Skip to content

Commit cdd8066

Browse files
author
Ghislain Fourny
committed
Remove import
1 parent 9fda81f commit cdd8066

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/jsoniq/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
from jsoniq.session import RumbleSession
2-
from jsoniq.magic import JSONiqMagic
32

4-
__all__ = ["RumbleSession", "JSONiqMagic"]
5-
6-
def load_ipython_extension(ipython):
7-
rumble = RumbleSession.builder.getOrCreate();
8-
ipython.register_magics(JSONiqMagic)
3+
__all__ = ["RumbleSession"]

0 commit comments

Comments
 (0)