diff options
author | Aaron LI <aly@aaronly.me> | 2017-07-31 20:00:12 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-07-31 20:00:12 +0800 |
commit | ec02a0d052dfe3d045994bed7849e513501997e4 (patch) | |
tree | 1397fcb9b7015e008de30366b2d263e90ed8398d /fg21sim/utils/__init__.py | |
parent | fe6857171f11217fdb3e15fd8f50479c11f521fb (diff) | |
download | fg21sim-ec02a0d052dfe3d045994bed7849e513501997e4.tar.bz2 |
cosmology: Avoid the circular importing issue
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/utils/__init__.py')
-rw-r--r-- | fg21sim/utils/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fg21sim/utils/__init__.py b/fg21sim/utils/__init__.py index 2f9f57f..1a8b2d3 100644 --- a/fg21sim/utils/__init__.py +++ b/fg21sim/utils/__init__.py @@ -2,4 +2,3 @@ # MIT license from .logging import setup_logging -from .cosmology import Cosmology |