run pre-commit and commit formatting change
This commit is contained in:
parent
4fba6a6ee3
commit
25c324dd7d
1 changed files with 2 additions and 1 deletions
|
|
@ -29,12 +29,13 @@ import termios
|
|||
import tty
|
||||
from subprocess import Popen, run
|
||||
|
||||
import adafruit_blinka_raspberry_pi5_piomatter as piomatter
|
||||
import click
|
||||
import numpy as np
|
||||
import piomatter_click
|
||||
from pyvirtualdisplay.smartdisplay import SmartDisplay
|
||||
|
||||
import adafruit_blinka_raspberry_pi5_piomatter as piomatter
|
||||
|
||||
keyboard_debug = False
|
||||
keys_down = set()
|
||||
basic_characters = string.ascii_letters + string.digits
|
||||
|
|
|
|||
Loading…
Reference in a new issue