Skip to content

Commit 7ed57c0

Browse files
committed
Import update
1 parent eccee06 commit 7ed57c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vcspull/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
import kaptan
1515

16+
from libvcs._internal.types import StrPath
1617
from libvcs.projects.git import GitRemote
17-
from libvcs.types import StrPath
1818

1919
from . import exc
2020
from .types import ConfigDict, RawConfig, RawConfigDict

vcspull/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import typing as t
22

3+
from libvcs._internal.types import StrPath, VCSLiteral
34
from libvcs.projects.git import GitProjectRemoteDict
4-
from libvcs.types import StrPath, VCSLiteral
55

66

77
class RawConfigDict(t.TypedDict):

0 commit comments

Comments
 (0)