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 eccee06 commit 7ed57c0Copy full SHA for 7ed57c0
vcspull/config.py
@@ -13,8 +13,8 @@
13
14
import kaptan
15
16
+from libvcs._internal.types import StrPath
17
from libvcs.projects.git import GitRemote
-from libvcs.types import StrPath
18
19
from . import exc
20
from .types import ConfigDict, RawConfig, RawConfigDict
vcspull/types.py
@@ -1,7 +1,7 @@
1
import typing as t
2
3
+from libvcs._internal.types import StrPath, VCSLiteral
4
from libvcs.projects.git import GitProjectRemoteDict
-from libvcs.types import StrPath, VCSLiteral
5
6
7
class RawConfigDict(t.TypedDict):
0 commit comments