diff options
author | rahulp13 | 2020-08-08 19:06:45 +0530 |
---|---|---|
committer | rahulp13 | 2020-08-08 19:06:45 +0530 |
commit | 7871e58975d75eb2b02928f7a48d29113bebeb2b (patch) | |
tree | e86226cc6a609e54133b527ad71912996360722b /src/configuration | |
parent | d9f16630945c40c1814762529565bf787371b3b0 (diff) | |
download | eSim-7871e58975d75eb2b02928f7a48d29113bebeb2b.tar.gz eSim-7871e58975d75eb2b02928f7a48d29113bebeb2b.tar.bz2 eSim-7871e58975d75eb2b02928f7a48d29113bebeb2b.zip |
resolved pep8 issues
Diffstat (limited to 'src/configuration')
-rw-r--r-- | src/configuration/Appconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 96514f85..d0b4fd18 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -100,7 +100,7 @@ class Appconfig(QtWidgets.QWidget): def __init__(self): super(Appconfig, self).__init__() - + # Application Details self._APPLICATION = 'eSim' self._VERSION = '2.1' |