Skip to content

Commit 13a2aa8

Browse files
committed
be more consisten in formatting
1 parent ba36dee commit 13a2aa8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#
88
# @nolint
99
import curses
10+
1011
import parse
1112

1213

src/screenControl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
# @nolint
99
import curses
1010
import sys
11-
import output
12-
import processInput
1311
import signal
1412

13+
import processInput
14+
import output
1515

1616
def signal_handler(signal, frame):
1717
# from http://stackoverflow.com/a/1112350/948126

0 commit comments

Comments
 (0)