forked from M-Labs/artiq
coredevice/i2c: fix imports
This commit is contained in:
parent
a8a74d7840
commit
df71b82037
|
@ -1,5 +1,5 @@
|
|||
from artiq.language.core import syscall, kernel
|
||||
from artiq.language.types import TBool, TInt8, TInt32, TNone
|
||||
from artiq.language.types import TBool, TInt32, TNone
|
||||
from artiq.coredevice.exceptions import I2CError
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue