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 915e5c9 commit 7101b48Copy full SHA for 7101b48
src/vcspull/__init__.py
@@ -4,13 +4,13 @@
4
:copyright: Copyright 2013-2018 Tony Narlock.
5
:license: MIT, see LICENSE for details
6
"""
7
-
8
# Set default logging handler to avoid "No handler found" warnings.
9
from __future__ import annotations
10
11
import logging
12
from logging import NullHandler
13
14
from . import cli
+from . import url # Import custom URL handling
15
16
logging.getLogger(__name__).addHandler(NullHandler())
0 commit comments