Skip to content

Commit d9944ce

Browse files
author
Dan Shernicoff
committed
fix another lint error
1 parent 9a3f2f4 commit d9944ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adafruit_atecc/adafruit_atecc.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
import time
4747
from struct import pack
4848

49-
# Since the board may or may not have access to the typing library we need to have this in a try/except to enable type
50-
# hinting for the IDEs while not breaking the runtime on the controller.
49+
# Since the board may or may not have access to the typing library we need
50+
# to have this in a try/except to enable type hinting for the IDEs while
51+
# not breaking the runtime on the controller.
5152
try:
5253
from typing import Any, Sized
5354
except ImportError:

0 commit comments

Comments
 (0)