Skip to content

Commit cc31ea4

Browse files
committed
blacken
1 parent a646296 commit cc31ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_generic_agnostic_board_analogio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 Brent Rubell for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
4-
import pytest # pylint: disable=unused-import
4+
import pytest # pylint: disable=unused-import
55
import board
66
import analogio
77

tests/test_generic_agnostic_board_digitalio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 Brent Rubell for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
4-
import pytest # pylint: disable=unused-import
4+
import pytest # pylint: disable=unused-import
55
import board
66
import digitalio
77

0 commit comments

Comments
 (0)