Browse Source

PEP8 adaptions

master
Dirk Alders 3 years ago
parent
commit
2ffcdf2d59
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      dht.py

+ 1
- 2
dht.py View File

@@ -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…
Cancel
Save