Skip to content

Commit

Permalink
Fix import order error in test_nco.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-moth committed Jun 27, 2024
1 parent 357dba6 commit 2525525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nco.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import subprocess
import pathlib
import subprocess
from unittest import mock

import pytest
Expand Down

0 comments on commit 2525525

Please sign in to comment.