Skip to content

Commit

Permalink
coredevice/i2c: fix imports
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 4, 2016
1 parent a8a74d7 commit df71b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/coredevice/i2c.py
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit df71b82

Please sign in to comment.