diff options
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py index 8ff996e..1142e26 100644 --- a/fg21sim/__init__.py +++ b/fg21sim/__init__.py @@ -19,8 +19,6 @@ __description__ = ("Realistic Foregrounds Simulation for " import logging -from .foregrounds import Foregrounds - # Set default logging handle to avoid "No handler found" warnings. logging.getLogger(__name__).addHandler(logging.NullHandler()) |