Skip to content

Commit

Permalink
Fix missing import of show_error_msg in edit_panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyongemallo committed Oct 20, 2023
1 parent 865634b commit aba4563
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 aba4563

Please sign in to comment.