X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/1baf46a1c2639847dc9a396923658dbe106656e0..ce93b8c59e47b27e025d99f44b7a99c1f3d60b38:/tests/test_generic_agnostic_board_i2c.py diff --git a/tests/test_generic_agnostic_board_i2c.py b/tests/test_generic_agnostic_board_i2c.py index 6a3b5b9..abb9e08 100644 --- a/tests/test_generic_agnostic_board_i2c.py +++ b/tests/test_generic_agnostic_board_i2c.py @@ -1,10 +1,11 @@ # SPDX-FileCopyrightText: 2024 Brent Rubell for Adafruit Industries # # SPDX-License-Identifier: MIT -import pytest # pylint: disable=unused-import +import pytest # pylint: disable=unused-import import busio from board import SCL, SDA + def test_i2c_scan_random(): i2c = busio.I2C(SCL, SDA) i2c.try_lock()