auto_scheduler: Fix unused import warning in __init__.py

merge-requests/56/head
Fabian P. Schmidt 2019-11-06 13:30:38 +01:00
parent 15856f7152
commit f700c3abb2
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
from .tle import Twolineelement
from .satellite import Satellite
from .tle import Twolineelement # noqa
from .satellite import Satellite # noqa