Skip to content

Commit

Permalink
Fix circular dependency to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Feb 23, 2024
1 parent a621d44 commit 07c6e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joystick_diagrams/ui/export_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from PySide6.QtCore import QObject, QRunnable, QSize, Qt, QThreadPool, Signal, Slot
from PySide6.QtWidgets import QFileDialog, QMainWindow, QMessageBox, QTreeWidgetItem

from build.lib.ui.main_window import MainWindow
from joystick_diagrams.app_state import AppState
from joystick_diagrams.db.db_device_management import (
add_update_device_template_path,
Expand All @@ -16,6 +15,7 @@
from joystick_diagrams.export_device import ExportDevice
from joystick_diagrams.ui.device_setup import DeviceSetup
from joystick_diagrams.ui.export_settings import ExportSettings
from joystick_diagrams.ui.main_window import MainWindow
from joystick_diagrams.ui.qt_designer import export_ui
from joystick_diagrams.utils import install_root

Expand Down

0 comments on commit 07c6e19

Please sign in to comment.