mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
flake8: clean up imports from last commit
This commit is contained in:
parent
dd052d07b0
commit
d8c9c970f5
@ -54,7 +54,7 @@ SCREENSHOT = False
|
||||
# make a getch function
|
||||
try:
|
||||
import termios
|
||||
import sys, tty
|
||||
import tty
|
||||
# POSIX system. Create and return a getch that manipulates the tty.
|
||||
# On Windows, termios will fail to import.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user