Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinShaikh committed Jul 25, 2024
1 parent 17bad71 commit 49f4b82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions zxlive/proof_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import pyzx
from PySide6.QtCore import QPointF, QSize
from PySide6.QtGui import QAction, QFontInfo, QIcon, QVector2D
from PySide6.QtGui import QAction, QIcon, QVector2D
from PySide6.QtWidgets import QInputDialog, QToolButton
from pyzx import VertexType, basicrules
from pyzx.graph.jsonparser import string_to_phase
Expand All @@ -22,8 +22,7 @@
from .graphscene import GraphScene
from .graphview import GraphTool, ProofGraphView, WandTrace
from .proof import ProofModel, ProofStepView
from .rewrite_action import RewriteActionTreeModel, RewriteActionTreeView
from .rewrite_data import action_groups, refresh_custom_rules
from .rewrite_action import RewriteActionTreeView
from .settings import display_setting
from .sfx import SFXEnum
from .vitem import SCALE, W_INPUT_OFFSET, DragState, VItem
Expand Down

0 comments on commit 49f4b82

Please sign in to comment.