chore: sort imports (#413)

This commit is contained in:
J. Nick Koston
2025-03-06 12:27:01 -10:00
committed by GitHub
parent 755626e758
commit a589651511
14 changed files with 26 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
from dbus_fast import Message
from pytest_codspeed import BenchmarkFixture
from dbus_fast import Message
message = Message(
destination="org.bluez",
path="/",

View File

@@ -1,9 +1,9 @@
import io
from dbus_fast._private.unmarshaller import Unmarshaller
from pytest_codspeed import BenchmarkFixture
from dbus_fast._private.unmarshaller import Unmarshaller
def test_unmarshall_bluez_rssi_message(benchmark: BenchmarkFixture) -> None:
bluez_rssi_message = (