Remove wildcard import
This commit is contained in:
parent
fea5720161
commit
e2f562aa8c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ sys.path.append(parent)
|
||||||
# now we can import the module in the parent
|
# now we can import the module in the parent
|
||||||
# directory.
|
# directory.
|
||||||
|
|
||||||
from git_repository import *
|
from git_repository import GitRepository
|
||||||
from release_type import ReleaseType
|
from release_type import ReleaseType
|
||||||
|
|
||||||
def test_git_repository():
|
def test_git_repository():
|
||||||
|
|
Loading…
Reference in a new issue