Skip to content
Snippets Groups Projects

Add isort to pre-commit

Merged Oscar Gustafsson requested to merge isort into master
19 files
+ 109
62
Compare changes
  • Side-by-side
  • Inline
Files
19
+ 1
1
from qtpy.QtCore import QPointF
from qtpy.QtGui import QPen, QPainterPath
from qtpy.QtGui import QPainterPath, QPen
from qtpy.QtWidgets import QGraphicsPathItem, QMenu
from b_asic.GUI._preferences import GRID, LINECOLOR, PORTHEIGHT, PORTWIDTH
Loading