Skip to content

Commit 19d4e16

Browse files
Removed type hints from __ constants
1 parent 623edf8 commit 19d4e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_adxl34x.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
except ImportError:
4242
pass
4343

44-
__version__: str = "0.0.0-auto.0"
45-
__repo__: str = "https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x.git"
44+
__version__ = "0.0.0-auto.0"
45+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x.git"
4646
_ADXL345_DEFAULT_ADDRESS: int = const(0x53) # Assumes ALT address pin low
4747

4848
# Conversion factors

0 commit comments

Comments
 (0)