Skip to content

Commit 50c712c

Browse files
add __future__ annoations
1 parent 6907402 commit 50c712c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_rockblock.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
https://github.com/adafruit/circuitpython/releases
2525
2626
"""
27+
from __future__ import annotations
28+
2729
try:
2830
from typing import Tuple, Union, Optional
2931
from board import UART

0 commit comments

Comments
 (0)