Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
barbibulle committed Nov 20, 2023
1 parent 0edd321 commit 90f2024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/avrcp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
# Imports
# -----------------------------------------------------------------------------
import asyncio
import pytest
import struct

import pytest

from bumble import core
from bumble import device
from bumble import host
Expand Down

0 comments on commit 90f2024

Please sign in to comment.