Network: Fix pep8.

setup.py
Pierre-Antoine Rouby 2024-04-23 14:10:55 +02:00
parent f62b209ffb
commit c7001bf0fa
1 changed files with 8 additions and 7 deletions

View File

@ -360,6 +360,7 @@ class EdgeItem(QGraphicsItem):
painter.drawPolygon(poly)
painter.fillPath(path, brush)
class NodeText(QGraphicsTextItem):
def __init__(self, node_item):
super(NodeText, self).__init__()