Skip to content

Commit

Permalink
Merge pull request #102 from tekktrik/doc/typing-fixes
Browse files Browse the repository at this point in the history
Remove unneeded typing import
  • Loading branch information
tekktrik authored Sep 5, 2022
2 parents cbbd072 + cea716f commit 6f3a8f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions adafruit_hid/keycode.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
* Author(s): Scott Shawcroft, Dan Halbert
"""

try:
import typing # pylint: disable=unused-import
except ImportError:
pass


class Keycode:
"""USB HID Keycode constants.
Expand Down

0 comments on commit 6f3a8f3

Please sign in to comment.