removed unused import
parent
a0e3b5df3d
commit
3046329535
1
Setup.py
1
Setup.py
|
|
@ -2,7 +2,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from tinkerforge.ip_connection import IPConnection
|
|
||||||
from tinkerforge.bricklet_temperature import Temperature
|
from tinkerforge.bricklet_temperature import Temperature
|
||||||
from tinkerforge.bricklet_humidity import Humidity
|
from tinkerforge.bricklet_humidity import Humidity
|
||||||
from tinkerforge.bricklet_ambient_light import AmbientLight
|
from tinkerforge.bricklet_ambient_light import AmbientLight
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue