Skip to content

Commit

Permalink
QA: Apply isort suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 15, 2024
1 parent 4b5df5e commit 6916a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from sgp30 import SGP30
import time
import sys
import time

from sgp30 import SGP30

sgp30 = SGP30()

Expand Down
1 change: 0 additions & 1 deletion sgp30/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import struct
import time


__version__ = '0.0.2'

SGP30_I2C_ADDR = 0x58
Expand Down

0 comments on commit 6916a0c

Please sign in to comment.