Skip to content

Commit f49bbee

Browse files
authored
Merge pull request #101 from adafruit/fix-import-python3
Use future annotations to allow import on desktop computers
2 parents 6f3a8f3 + fed2473 commit f49bbee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_hid/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"""
1919

2020
# imports
21+
from __future__ import annotations
22+
2123
try:
2224
from typing import Sequence
2325
import usb_hid

0 commit comments

Comments
 (0)