summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorSumit-Sahu2020-06-02 12:12:11 +0530
committerBlaine2020-06-03 15:23:58 +0530
commitc0e2880ec1a91adbaa449b0b97d852616336e2a6 (patch)
treef8b70de2e375570b26662b25db7a5d34989fe960 /src/main
parent41a1fd32e6dc812c6ef4e8c369686f5096663890 (diff)
downloadChemical-PFD-c0e2880ec1a91adbaa449b0b97d852616336e2a6.tar.gz
Chemical-PFD-c0e2880ec1a91adbaa449b0b97d852616336e2a6.tar.bz2
Chemical-PFD-c0e2880ec1a91adbaa449b0b97d852616336e2a6.zip
remove shapes.py from pull request
Diffstat (limited to 'src/main')
-rw-r--r--src/main/python/shapes/shapes.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py
index a0aca48..9fb7428 100644
--- a/src/main/python/shapes/shapes.py
+++ b/src/main/python/shapes/shapes.py
@@ -10,9 +10,7 @@ from PyQt5.QtWidgets import (QGraphicsColorizeEffect, QGraphicsEllipseItem,
QLineEdit)
from .line import Line
-from utils.app import fileImporter
-
-
+from utils.app import fileImporter
class GripItem(QGraphicsPathItem):
"""