removed unused import

master
agp8x 2014-10-23 18:44:59 +02:00
parent a0e3b5df3d
commit 3046329535
1 changed files with 0 additions and 1 deletions

View File

@ -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