fix: avoid circular import

This commit is contained in:
2023-08-15 16:02:27 +08:00
parent 412116ecc8
commit 9eab7ffc63
5 changed files with 9 additions and 14 deletions

View File

@ -1,7 +0,0 @@
from .chartSelector import ChartSelector
from .devicesComboBox import DevicesComboBox
from .elidedLabel import ElidedLabel
from .fileSelector import FileSelector
from .ratingClassRadioButton import RatingClassRadioButton
from .scoreEditor import ScoreEditor
from .ocrQueue import OcrQueue