Skip to content

Commit

Permalink
fixed import bug for const module
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Federrath committed Aug 23, 2024
1 parent 54fcc7b commit 071a525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro_tigress/ytathena.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import math
from yt.funcs import mylog
import os
import const
from . import const

dirpath = os.path.dirname(__file__)

Expand Down

0 comments on commit 071a525

Please sign in to comment.