Skip to content

Commit e38c478

Browse files
committed
Sort imports
1 parent dfdecfc commit e38c478

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import blessings
12
import contextlib
23
import errno
34
import greenlet
@@ -17,8 +18,6 @@
1718

1819
from wcwidth import wcswidth
1920

20-
import blessings
21-
2221
import curtsies
2322
from curtsies import FSArray, fmtstr, FmtStr, Termmode
2423
from curtsies import fmtfuncs

0 commit comments

Comments
 (0)