Skip to content

Commit 80a4a77

Browse files
fix incorrect cookiecutter repo address insertion
1 parent eaa60a3 commit 80a4a77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cedargrove_shadowwatcher.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
from analogio import AnalogIn
3030

3131
__version__ = "0.0.0+auto.0"
32-
__repo__ = (
33-
"https://github.com/CedarGroveStudios/CircuitPython_ShadowWatcher.git"
34-
)
32+
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_ShadowWatcher.git"
3533

3634

3735
class ShadowWatcher:

0 commit comments

Comments
 (0)