Skip to content

Commit 992d143

Browse files
Fix missing dep
1 parent 5c6dd6c commit 992d143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
from . import config, ipython_magic # noqa: F401
6-
from .bindings import EggSmolError, StageInfo, TimeOnly, WithPlan, _ReportLevel # noqa: F401
6+
from .bindings import EggSmolError, StageInfo, TimeOnly, WithPlan # noqa: F401
77
from .builtins import * # noqa: UP029
88
from .conversion import *
99
from .deconstruct import *

0 commit comments

Comments
 (0)