flake8: clean up imports from last commit

This commit is contained in:
matejcik 2018-03-07 15:28:35 +01:00
parent dd052d07b0
commit d8c9c970f5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ SCREENSHOT = False
# make a getch function # make a getch function
try: try:
import termios import termios
import sys, tty import tty
# POSIX system. Create and return a getch that manipulates the tty. # POSIX system. Create and return a getch that manipulates the tty.
# On Windows, termios will fail to import. # On Windows, termios will fail to import.