Skip to content

Commit 2d327a4

Browse files
wasadepcottle
authored andcommitted
STY: removing unused imports
1 parent bcea7c2 commit 2d327a4

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/choose.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import pickle
1111
import sys
1212
import os
13+
1314
import output
1415
import screenControl
1516
import logger

src/processInput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
SELECTION_PICKLE = '~/.fbPager.selection.pickle'
1919

2020
USAGE_INTRO = '''
21-
Welcome to fpp, the Facebook PathPicker! We hope your stay
21+
Welcome to fpp, the Facebook PathPicker! We hope your stay
2222
with us is enjoyable.
2323
2424
To get started with fpp, pipe some kind of terminal output into the program.

src/screenControl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
# @nolint
99
import curses
1010
import sys
11+
12+
1113
import output
1214
import processInput
1315
import signal

src/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# of patent rights can be found in the PATENTS file in the same directory.
77
#
88
# @nolint
9-
import random
109
import unittest
1110
import os
1211
import format

0 commit comments

Comments
 (0)