Skip to content

Commit 4129bfc

Browse files
committed
a fix to the update
1 parent 03b5bb6 commit 4129bfc

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

-52 Bytes
Binary file not shown.
34 Bytes
Binary file not shown.
File renamed without changes.

src/telemetry_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from gui_files.gui_display import TelemetryGUI, ConfigDialog # Adjusted import
1919
from csv_handler import CSVHandler
2020
from learning_datasets.machine_learning import MachineLearningModel
21-
from quality_diagnostics import QualityDiagnostics
21+
from learning_datasets.quality_diagnostics import QualityDiagnostics
2222

2323
from key_name_definitions import TelemetryKey, KEY_UNITS # Updated import
2424
from Version import VERSION # Import the version number

0 commit comments

Comments
 (0)