diff options
author | Eyantra698Sumanto | 2022-01-29 19:55:16 +0530 |
---|---|---|
committer | Eyantra698Sumanto | 2022-01-29 19:55:16 +0530 |
commit | ce6b5684596495bad4036e4445774fe85a5e8a4c (patch) | |
tree | f04ad817cc1455c8b5578de13f64ac0e81cf6023 /src/maker/ModelGeneration.py | |
parent | 52817aa36a3e525f71d9db34d59a5c83d747c1b5 (diff) | |
download | eSim-ce6b5684596495bad4036e4445774fe85a5e8a4c.tar.gz eSim-ce6b5684596495bad4036e4445774fe85a5e8a4c.tar.bz2 eSim-ce6b5684596495bad4036e4445774fe85a5e8a4c.zip |
Updated the UI
Diffstat (limited to 'src/maker/ModelGeneration.py')
-rwxr-xr-x | src/maker/ModelGeneration.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/maker/ModelGeneration.py b/src/maker/ModelGeneration.py index e898c527..74f1908d 100755 --- a/src/maker/ModelGeneration.py +++ b/src/maker/ModelGeneration.py @@ -23,16 +23,16 @@ # importing the files and libraries import re import os -import sys -import shutil -import subprocess -from PyQt5 import QtGui, QtCore, QtWidgets -from PyQt5.QtGui import * -from configparser import ConfigParser +import sys # noqa:F401 +import shutil # noqa:F401 +import subprocess # noqa:F401 +from PyQt5 import QtGui, QtCore, QtWidgets # noqa:F401 +from PyQt5.QtGui import * # noqa:F401 F403 +from configparser import ConfigParser # noqa:F401 from configuration import Appconfig from . import createkicad import hdlparse.verilog_parser as vlog -from configparser import SafeConfigParser +from configparser import SafeConfigParser # noqa:F401 # Class is used to generate the Ngspice Model @@ -1006,7 +1006,7 @@ and set the load for input ports */ init_path = '../../../' if os.name == 'nt': - init_path = '' + init_path = '' # noqa:F841 includefolder = QtCore.QDir.toNativeSeparators( QtWidgets.QFileDialog.getExistingDirectory( self, "open", "home" |