Skip to content

Commit

Permalink
Merge pull request #151 from dlyongemallo/fix_import
Browse files Browse the repository at this point in the history
Fix missing import of show_error_msg in edit_panel.
  • Loading branch information
jvdwetering committed Oct 20, 2023
2 parents 865634b + aba4563 commit cf07936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zxlive/edit_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

from .base_panel import ToolbarSection
from .common import GraphT
from .dialogs import show_error_msg
from .editor_base_panel import EditorBasePanel
from .graphscene import EditGraphScene
from .graphview import GraphView
Expand Down

0 comments on commit cf07936

Please sign in to comment.