Skip to content

Commit 7101b48

Browse files
committed
Import custom URL handling module in __init__.py
1 parent 915e5c9 commit 7101b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcspull/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
:copyright: Copyright 2013-2018 Tony Narlock.
55
:license: MIT, see LICENSE for details
66
"""
7-
87
# Set default logging handler to avoid "No handler found" warnings.
98
from __future__ import annotations
109

1110
import logging
1211
from logging import NullHandler
1312

1413
from . import cli
14+
from . import url # Import custom URL handling
1515

1616
logging.getLogger(__name__).addHandler(NullHandler())

0 commit comments

Comments
 (0)