Skip to content

Commit ed87f7a

Browse files
committed
Update __init__.py to import enable_ssh_style_url_detection function
1 parent 1645d1d commit ed87f7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/vcspull/__init__.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
import logging
1212
from logging import NullHandler
1313

14-
from . import (
15-
cli,
16-
url, # Import custom URL handling
17-
)
14+
from . import cli
15+
from .url import enable_ssh_style_url_detection # Import custom URL handling
1816

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

0 commit comments

Comments
 (0)