Skip to content

Commit 816e0c2

Browse files
committed
Sorted imports
1 parent 1c443ce commit 816e0c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/explorepy/explore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from scipy import signal as scipy_signal
2525

2626
import explorepy
27+
from explorepy._exceptions import ImpedanceModeActiveError
2728
from explorepy.command import (
2829
MemoryFormat,
2930
SetBinaryTime,
@@ -49,7 +50,6 @@
4950
local_clock,
5051
setup_usb_marker_port
5152
)
52-
from explorepy._exceptions import ImpedanceModeActiveError
5353

5454

5555
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)