Skip to content

Commit 01295f2

Browse files
committed
Fix import order error in test_nco.py
1 parent cf3380a commit 01295f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_nco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import subprocess
21
import pathlib
2+
import subprocess
33
from unittest import mock
44

55
import pytest

0 commit comments

Comments
 (0)