We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3581c5c commit 07ff48dCopy full SHA for 07ff48d
1 file changed
src/vcspull/__init__.py
@@ -11,6 +11,9 @@
11
import logging
12
from logging import NullHandler
13
14
-from . import cli
+from . import (
15
+ cli,
16
+ url, # Import custom URL handling
17
+)
18
19
logging.getLogger(__name__).addHandler(NullHandler())
0 commit comments