Skip to content

Commit fa7341b

Browse files
committed
Start using isort --profile black pythonrc.py
1 parent 66f605f commit fa7341b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pythonrc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@
7474
import signal
7575
import subprocess
7676
import webbrowser
77-
7877
from code import InteractiveConsole
79-
from functools import partial, lru_cache, cached_property
78+
from functools import cached_property, lru_cache, partial
8079
from itertools import chain
8180
from operator import attrgetter
8281
from tempfile import NamedTemporaryFile

0 commit comments

Comments
 (0)