Skip to content

Commit 4d2412a

Browse files
committed
Remove __future__ dependency
MicroPython doesn't include __future__ To anyone still using Python 2.x, please switch to Python 3.x :)
1 parent 1b93974 commit 4d2412a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

qwiic_i2c/i2c_driver.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@
5959
6060
"""
6161

62-
## not supported on XBee ##
63-
# from __future__ import print_function
64-
65-
6662
#-----------------------------------------------------------------------------
6763
# Platform
6864
#

qwiic_i2c/linux_i2c.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
# SOFTWARE.
3737
#==================================================================================
3838

39-
from __future__ import print_function
40-
4139
from .i2c_driver import I2CDriver
4240

4341
import sys

0 commit comments

Comments
 (0)