diff options
author | rahulp13 | 2022-02-22 02:31:30 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-22 02:31:30 +0530 |
commit | 87bc2c82192c948ddb88c52dfcd5213920920c2f (patch) | |
tree | e19ba25793ab0de04e9b337d653589c74aac2da1 /src/maker/makerchip.py | |
parent | 272bf20219595c3c541797b1045ce9c400ab02d6 (diff) | |
download | eSim-87bc2c82192c948ddb88c52dfcd5213920920c2f.tar.gz eSim-87bc2c82192c948ddb88c52dfcd5213920920c2f.tar.bz2 eSim-87bc2c82192c948ddb88c52dfcd5213920920c2f.zip |
Fixed typos and resolved flake8 issues
Diffstat (limited to 'src/maker/makerchip.py')
-rwxr-xr-x | src/maker/makerchip.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/maker/makerchip.py b/src/maker/makerchip.py index 29e1421d..152c6cbb 100755 --- a/src/maker/makerchip.py +++ b/src/maker/makerchip.py @@ -27,23 +27,15 @@ # ========================================================================= # importing the files and libraries -import sys -import os from PyQt5 import QtWidgets -from configuration.Appconfig import Appconfig -from projManagement.Validation import Validation -# from .Processing import PrcocessNetlist from . import Maker from . import NgVeri -from xml.etree import ElementTree as ET - # filecount is used to count thenumber of objects created filecount = 0 -# this class creates objects for creating the Maker and the Ngveri tabs - +# This class creates objects for creating the Maker and the Ngveri tabs class makerchip(QtWidgets.QWidget): # initialising the variables |