Skip to content
Snippets Groups Projects
Commit 52b90759 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Remove unused imports. (Redmine issue: #7577)

parent d4dfedb6
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,6 @@ __author__ = "Rajmund Hruška <rajmund.hruska@cesnet.cz>" ...@@ -70,7 +70,6 @@ __author__ = "Rajmund Hruška <rajmund.hruska@cesnet.cz>"
__credits__ = "Jan Mach <jan.mach@cesnet.cz>, Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" __credits__ = "Jan Mach <jan.mach@cesnet.cz>, Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>"
import re
import json import json
import collections import collections
...@@ -81,8 +80,7 @@ import pyzenkit.jsonconf ...@@ -81,8 +80,7 @@ import pyzenkit.jsonconf
import mentat.script.fetcher import mentat.script.fetcher
import mentat.const import mentat.const
import mentat.datatype.internal import mentat.datatype.internal
from mentat.datatype.sqldb import DetectorModel, NetworkModel, SettingsReportingModel, \ from mentat.datatype.sqldb import DetectorModel, detectormodel_from_typeddict
detectormodel_from_typeddict
DETECTORS_FILE_GENERIC = 'detectors-file' DETECTORS_FILE_GENERIC = 'detectors-file'
DETECTORS_FILE_WARDEN = 'warden' DETECTORS_FILE_WARDEN = 'warden'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment