Skip to content

Commit

Permalink
change import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Sep 20, 2024
1 parent 233cb1b commit 540d2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/scaffold/atecc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from time import sleep
from enum import Enum
from binascii import hexlify
from scaffold import Pull, IOMode, Scaffold, I2CTrigger
from . import Pull, IOMode, Scaffold, I2CTrigger
from typing import Optional, Union, cast
import crcmod
from Crypto.Hash import SHA256
Expand Down

0 comments on commit 540d2f1

Please sign in to comment.