Skip to content

Commit 6916a0c

Browse files
committed
QA: Apply isort suggestions.
1 parent 4b5df5e commit 6916a0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from sgp30 import SGP30
2-
import time
31
import sys
2+
import time
3+
4+
from sgp30 import SGP30
45

56
sgp30 = SGP30()
67

sgp30/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import struct
22
import time
33

4-
54
__version__ = '0.0.2'
65

76
SGP30_I2C_ADDR = 0x58

0 commit comments

Comments
 (0)