mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-18 10:32:02 +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
|
# 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user