summaryrefslogtreecommitdiff
path: root/tests/actions/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions/test_shell.py')
-rw-r--r--tests/actions/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/test_shell.py b/tests/actions/test_shell.py
index 4e9dadd..7807a23 100644
--- a/tests/actions/test_shell.py
+++ b/tests/actions/test_shell.py
@@ -1,7 +1,7 @@
+from pathlib import Path
from unittest.mock import patch
from organize.actions import Shell
-from pathlib import Path
def test_shell_basic():