We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isort --profile black pythonrc.py
1 parent 66f605f commit fa7341bCopy full SHA for fa7341b
1 file changed
pythonrc.py
@@ -74,9 +74,8 @@
74
import signal
75
import subprocess
76
import webbrowser
77
-
78
from code import InteractiveConsole
79
-from functools import partial, lru_cache, cached_property
+from functools import cached_property, lru_cache, partial
80
from itertools import chain
81
from operator import attrgetter
82
from tempfile import NamedTemporaryFile
0 commit comments