Skip to content

Commit 223ce7a

Browse files
committed
remove most IPython imports
use new repo locations
1 parent a50b804 commit 223ce7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# Imports
1414
#-----------------------------------------------------------------------------
1515

16-
from IPython.config import Config
17-
from IPython.config.configurable import SingletonConfigurable
18-
from IPython.utils.traitlets import (
16+
from traitlets.config import Config
17+
from traitlets.config.configurable import SingletonConfigurable
18+
from traitlets import (
1919
Dict, Instance, CaselessStrEnum, Set, Bool, Int, TraitError, Unicode
2020
)
2121
from IPython.utils.warn import warn

0 commit comments

Comments
 (0)