mirror of https://gitlab.com/pamhyr/pamhyr2
Network: Fix pep8.
parent
f62b209ffb
commit
c7001bf0fa
|
|
@ -360,6 +360,7 @@ class EdgeItem(QGraphicsItem):
|
||||||
painter.drawPolygon(poly)
|
painter.drawPolygon(poly)
|
||||||
painter.fillPath(path, brush)
|
painter.fillPath(path, brush)
|
||||||
|
|
||||||
|
|
||||||
class NodeText(QGraphicsTextItem):
|
class NodeText(QGraphicsTextItem):
|
||||||
def __init__(self, node_item):
|
def __init__(self, node_item):
|
||||||
super(NodeText, self).__init__()
|
super(NodeText, self).__init__()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue