We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeee2e3 commit 7f4e648Copy full SHA for 7f4e648
libvcs/cmd/git.py
@@ -2,9 +2,10 @@
2
import shlex
3
from typing import Any, Literal, Optional, Sequence, Union
4
5
-from ..types import StrOrBytesPath, StrPath
6
from libvcs._internal.run import run
7
+from ..types import StrOrBytesPath, StrPath
8
+
9
_CMD = Union[StrOrBytesPath, Sequence[StrOrBytesPath]]
10
11
0 commit comments