Skip to content

Commit e8adc72

Browse files
fix black formatting error
1 parent f263041 commit e8adc72

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

cedargrove_touchcalibrator/built_in.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
import adafruit_touchscreen
4747

4848
__version__ = "0.0.0+auto.0"
49-
__repo__ = (
50-
"https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
51-
)
49+
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
5250

5351

5452
# Operational parameters:

cedargrove_touchcalibrator/featherwing.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2022 JG for Cedar Grove Maker Studios
1+
# SPDX-FileCopyrightText: Copyright (c) 2023 JG for Cedar Grove Maker Studios
22
#
33
# SPDX-License-Identifier: MIT
44
"""
@@ -54,9 +54,7 @@
5454
import adafruit_stmpe610
5555

5656
__version__ = "0.0.0+auto.0"
57-
__repo__ = (
58-
"https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
59-
)
57+
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
6058

6159

6260
# Select display type; ILI9341 for the 2.4" 320x240 TFT FeatherWing (#3315)

0 commit comments

Comments
 (0)