Skip to content

Commit 51fd00b

Browse files
committed
Fix isort issue
1 parent d46e2ca commit 51fd00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zmk/commands/cd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"""
44

55
import os
6+
import shutil
67
import subprocess
78
import sys
89
from pathlib import Path
9-
import shutil
1010

1111
import shellingham
1212
import typer

0 commit comments

Comments
 (0)