From df71b8203721a435f5608ce8ec509e146b99dbf3 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 5 Mar 2016 00:43:13 +0800 Subject: [PATCH] coredevice/i2c: fix imports --- artiq/coredevice/i2c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/i2c.py b/artiq/coredevice/i2c.py index 09f449b0c..fb620e684 100644 --- a/artiq/coredevice/i2c.py +++ b/artiq/coredevice/i2c.py @@ -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