Skip to content

Commit a329f4b

Browse files
committed
libvcs/__init__.py: Remove root level imports
1 parent 9cef413 commit a329f4b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

libvcs/__init__.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
"""Project package for libvcs."""
2-
import logging
31

4-
from ._internal.run import CmdLoggingAdapter
5-
from .projects.base import BaseProject
6-
from .projects.git import GitProject
7-
from .projects.hg import MercurialProject
8-
from .projects.svn import SubversionProject
9-
10-
__all__ = [
11-
"GitProject",
12-
"MercurialProject",
13-
"SubversionProject",
14-
"BaseProject",
15-
"CmdLoggingAdapter",
16-
]
17-
18-
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)