Organize imports.
This commit is contained in:
parent
e9f034f54b
commit
74570e6760
1 changed files with 6 additions and 6 deletions
|
|
@ -16,15 +16,15 @@
|
|||
|
||||
from PyQt4.QtCore import Qt
|
||||
from PyQt4.QtGui import (
|
||||
QImage,
|
||||
QPixmap,
|
||||
QGraphicsView,
|
||||
QGraphicsScene,
|
||||
QGraphicsDropShadowEffect,
|
||||
QPen,
|
||||
QBrush,
|
||||
QColor,
|
||||
QGraphicsDropShadowEffect,
|
||||
QGraphicsScene,
|
||||
QGraphicsView,
|
||||
QImage,
|
||||
QPalette,
|
||||
QPen,
|
||||
QPixmap,
|
||||
)
|
||||
|
||||
import numpy as np
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue