Skip to content

Commit 7e1ad1c

Browse files
committed
Fix init import
1 parent bd025d4 commit 7e1ad1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lighter/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""
22
Lighter is a framework for streamlining deep learning experiments with configuration files.
33
"""
4-
5-
from .system import LighterSystem
6-
74
__version__ = "0.0.3a12"
85

96
from .utils.logging import _setup_logging

0 commit comments

Comments
 (0)