Skip to content

Commit ee906b0

Browse files
committed
chore: Fix import
1 parent 8197d3c commit ee906b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libvcs/projects/git.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@
2121
from urllib import parse as urlparse
2222

2323
from .. import exc
24-
from ..projects.base import (
25-
BaseProject,
26-
VCSLocation,
27-
convert_pip_url as base_convert_pip_url,
28-
)
24+
from .base import BaseProject, VCSLocation, convert_pip_url as base_convert_pip_url
2925

3026
logger = logging.getLogger(__name__)
3127

0 commit comments

Comments
 (0)