Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
5a48ef4b
Commit
5a48ef4b
authored
Nov 28, 2019
by
Flavio TARSETTI
Browse files
[test][experimenteditor] added missing imports QSqlTableModel/QSqlQuery/Algorithm
Fixes
#184
parent
e2f01f1f
Pipeline
#35620
passed with stage
in 6 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/editor/test/test_experimenteditor.py
View file @
5a48ef4b
...
...
@@ -32,9 +32,14 @@ from PyQt5.QtWidgets import QComboBox
from
PyQt5.QtWidgets
import
QCheckBox
from
PyQt5.QtWidgets
import
QPushButton
from
PyQt5.QtSql
import
QSqlTableModel
from
PyQt5.QtSql
import
QSqlQuery
from
beat.core.experiment
import
PROCESSOR_PREFIX
from
beat.core.experiment
import
EVALUATOR_PREFIX
from
beat.backend.python.algorithm
import
Algorithm
from
..backend.asset
import
Asset
from
..backend.asset
import
AssetType
from
..backend.assetmodel
import
AssetModel
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment