Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from bklebel/main
Browse files Browse the repository at this point in the history
For the `leco_viewer`, the import of `BaseSettings` pointed to `devices`, instead of `gui_utils`
  • Loading branch information
BenediktBurger authored Aug 19, 2024
2 parents 3eb263e + 1ae6543 commit 3d19562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyleco_extras/gui/leco_viewer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from qtpy import QtWidgets

from devices.base_settings import BaseSettings
from pyleco_extras.gui_utils.base_settings import BaseSettings


class Settings(BaseSettings):
Expand Down

0 comments on commit 3d19562

Please sign in to comment.