summaryrefslogtreecommitdiff
path: root/src/configuration/Appconfig.py
diff options
context:
space:
mode:
authorrahulp132020-08-08 20:08:53 +0530
committerrahulp132020-08-08 20:08:53 +0530
commit38461753c416be9a4fca821a6e01c0e22c57760a (patch)
tree6e494305c973ccb05951b76891ed50478953044f /src/configuration/Appconfig.py
parentab1b6cb26e03ae50e53457b598eb4948967c9ece (diff)
downloadeSim-38461753c416be9a4fca821a6e01c0e22c57760a.tar.gz
eSim-38461753c416be9a4fca821a6e01c0e22c57760a.tar.bz2
eSim-38461753c416be9a4fca821a6e01c0e22c57760a.zip
resolved pep8 issue
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r--src/configuration/Appconfig.py2
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'