Skip to content

Commit 7f4e648

Browse files
committed
chore(git): Sort imports
1 parent aeee2e3 commit 7f4e648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libvcs/cmd/git.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
import shlex
33
from typing import Any, Literal, Optional, Sequence, Union
44

5-
from ..types import StrOrBytesPath, StrPath
65
from libvcs._internal.run import run
76

7+
from ..types import StrOrBytesPath, StrPath
8+
89
_CMD = Union[StrOrBytesPath, Sequence[StrOrBytesPath]]
910

1011

0 commit comments

Comments
 (0)