Skip to content

Commit

Permalink
run pre-commit and commit formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Mar 7, 2025
1 parent 4fba6a6 commit 25c324d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/virtualdisplay_keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
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
Expand Down

0 comments on commit 25c324d

Please sign in to comment.