Skip to content

Commit

Permalink
don't enable simple display mode on import (#185)
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
shouples authored Mar 17, 2023
1 parent 3da5d58 commit 9682ec9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from IPython import get_ipython

from .comms import *
from .datatypes import *
from .dependencies import *
Expand All @@ -13,4 +11,3 @@
__version__ = "1.3.0"

configure_logging()
set_display_mode("simple")

0 comments on commit 9682ec9

Please sign in to comment.