diff options
author | Sumit-Sahu | 2020-06-02 12:12:11 +0530 |
---|---|---|
committer | Blaine | 2020-06-03 15:23:58 +0530 |
commit | c0e2880ec1a91adbaa449b0b97d852616336e2a6 (patch) | |
tree | f8b70de2e375570b26662b25db7a5d34989fe960 /src/main | |
parent | 41a1fd32e6dc812c6ef4e8c369686f5096663890 (diff) | |
download | Chemical-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.py | 4 |
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): """ |