Skip to content

Commit 531c2bd

Browse files
committed
typing: remove glitchy annotation
1 parent 7503b5e commit 531c2bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gmc/markup_objects/polygon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class MarkupPolygon(QtWidgets.QGraphicsItem, MarkupObjectMeta):
2020
by subclassing and calling paint with different `f` argument.
2121
"""
2222

23-
_polygon: QtGui.QPolygonF
2423
CURSOR = QtGui.QCursor(QtGui.QPixmap("gmc:cursors/add_line.svg"), 6, 6)
2524
UNDO = True # Allow subclasses to disable undoing
2625

0 commit comments

Comments
 (0)