forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0ab815
commit 7b2a86d
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# pylint: disable=unused-import | ||
from classes import utils | ||
from classes.gitinterface import GitInterface | ||
from classes.gitmodules import GitModules | ||
from classes.version import __version__ | ||
|
||
from git_fleximod import cli | ||
from git_fleximod import utils | ||
from git_fleximod.gitinterface import GitInterface | ||
from git_fleximod.gitmodules import GitModules | ||
|
||
def test_import(): | ||
print("here") |