Explorar el Código

PEP8 adaptions

master
Dirk Alders hace 3 años
padre
commit
2ffcdf2d59
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      dht.py

+ 1
- 2
dht.py Ver fichero

@@ -18,6 +18,7 @@ except ImportError:
18 18
 else:
19 19
     from . import DEBUG
20 20
 
21
+
21 22
 class dht_22(background_task):
22 23
     RUN_SLEEP_TIME = 4.0
23 24
     MIN_REFRESH_RATE = RUN_SLEEP_TIME
@@ -52,8 +53,6 @@ class dht_22(background_task):
52 53
                     self.close()
53 54
             else:
54 55
                 logger.debug("DHT-Communication failed: Gradient to high. Ignoring data %s!", repr(data))
55
-                
56
-
57 56
 
58 57
     def __dht_data_transmission__(self):
59 58
         if not DEBUG:

Loading…
Cancelar
Guardar