Remove wildcard import

This commit is contained in:
bom 2023-02-22 10:57:55 +01:00
parent fea5720161
commit e2f562aa8c

View file

@ -17,7 +17,7 @@ sys.path.append(parent)
# now we can import the module in the parent
# directory.
from git_repository import *
from git_repository import GitRepository
from release_type import ReleaseType
def test_git_repository():