Skip to content

Commit 75c0742

Browse files
Removed type hints from __ constants
1 parent 8f94ef9 commit 75c0742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_adt7410.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
except ImportError:
4747
pass
4848

49-
__version__: str = "0.0.0-auto.0"
50-
__repo__: str = "https://github.com/adafruit/Adafruit_CircuitPython_ADT7410.git"
49+
__version__ = "0.0.0-auto.0"
50+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADT7410.git"
5151

5252

5353
_ADT7410_TEMPMSB: int = const(0x0)

0 commit comments

Comments
 (0)