Skip to content

Commit 526557b

Browse files
authored
Merge pull request #26 from rtwfroody/typeerror
Fix error in formatting RuntimeError string.
2 parents 51c4c0f + 7c12872 commit 526557b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_stmpe610.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ def __init__( # pylint: disable=too-many-arguments
471471
raise RuntimeError(
472472
f"Failed to find STMPE610 controller! Chip Version {hex(version).upper()}. "
473473
"If you are using the breakout, verify you are in SPI mode."
474-
% version
475474
)
476475
super().__init__()
477476

0 commit comments

Comments
 (0)