Skip to content

Commit 6f3a8f3

Browse files
authored
Merge pull request #102 from tekktrik/doc/typing-fixes
Remove unneeded typing import
2 parents cbbd072 + cea716f commit 6f3a8f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

adafruit_hid/keycode.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
* Author(s): Scott Shawcroft, Dan Halbert
1010
"""
1111

12-
try:
13-
import typing # pylint: disable=unused-import
14-
except ImportError:
15-
pass
16-
1712

1813
class Keycode:
1914
"""USB HID Keycode constants.

0 commit comments

Comments
 (0)