Skip to content

Commit 4f9867e

Browse files
committed
Run pre-commit
1 parent dc54a7b commit 4f9867e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_stmpe610.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ def __init__( # pylint: disable=too-many-arguments
307307
disp_rotation: Literal[0, 90, 180, 270] = 0,
308308
touch_flip: Tuple[bool, bool] = (False, False),
309309
) -> None:
310-
311310
self._calib = calibration
312311
self._disp_size = size
313312
self._disp_rotation = disp_rotation
@@ -440,7 +439,6 @@ def __init__( # pylint: disable=too-many-arguments
440439
disp_rotation: Literal[0, 90, 180, 270] = 0,
441440
touch_flip: Tuple[bool, bool] = (False, False),
442441
) -> None:
443-
444442
self._calib = calibration
445443
self._disp_size = size
446444
self._disp_rotation = disp_rotation

0 commit comments

Comments
 (0)