Skip to content

Commit 7d76953

Browse files
authored
Update chip.py
makes suggested changes: version as '0.0.0+auto.0' and removes superfluous parenthesis
1 parent f478b64 commit 7d76953

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

adafruit_platformdetect/chip.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from adafruit_platformdetect.constants import chips
3131

32-
__version__ = "3.72.1"
32+
__version__ = "0.0.0+auto.0"
3333
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PlatformDetect.git"
3434

3535

@@ -143,8 +143,7 @@ def id(
143143
0x8130,
144144
0x0105,
145145
)
146-
)
147-
):
146+
):
148147
self._chip_id = chips.RP2040_U2IF
149148
return self._chip_id
150149
raise RuntimeError(

0 commit comments

Comments
 (0)