Skip to content
Snippets Groups Projects

Remove unused imports and fix line lengths

Merged Oscar Gustafsson requested to merge unusedimports into master
11 files
+ 139
84
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 2
1
@@ -78,7 +78,8 @@ class Arrow(QGraphicsPathItem):
def moveLine(self):
"""
Draw a line connecting ``self.source`` with ``self.destination``. Used as callback when moving operations.
Draw a line connecting ``self.source`` with ``self.destination``.
Used as callback when moving operations.
"""
ORTHOGONAL = True
OFFSET = 2 * PORTWIDTH
Loading