Skip to content
  • Matt Harbison's avatar
    graph: convert GraphEdge to attr · faaacb72dc0b
    Matt Harbison authored
    This fixes the following pytype warning:
    
    File "hgqt/graph.py", line 622, in _iter_graphnodes: Function GraphEdge.__init__
         expects 1 arg(s), got 5 [wrong-arg-count]
      Expected: (self)
      Actually passed: (self, _, _, _, _)
    faaacb72dc0b