From 334ef5f23a87440698170beafe318c4a9784043b Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 15 Jan 2024 12:38:30 +0000 Subject: [PATCH] QA: Apply isort suggestions. --- examples/test.py | 5 +++-- sgp30/__init__.py | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/test.py b/examples/test.py index 1cdbbd4..1e0fdf7 100644 --- a/examples/test.py +++ b/examples/test.py @@ -1,6 +1,7 @@ -from sgp30 import SGP30 -import time import sys +import time + +from sgp30 import SGP30 sgp30 = SGP30() diff --git a/sgp30/__init__.py b/sgp30/__init__.py index bfd2c97..c902324 100644 --- a/sgp30/__init__.py +++ b/sgp30/__init__.py @@ -1,7 +1,6 @@ import struct import time - __version__ = '0.0.2' SGP30_I2C_ADDR = 0x58