Skip to content

Commit

Permalink
Merge pull request #3 from chfeder/master
Browse files Browse the repository at this point in the history
fixed import bug for const module
  • Loading branch information
changgoo authored Sep 17, 2024
2 parents 54fcc7b + 071a525 commit 9d1a181
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 9d1a181

Please sign in to comment.