From 7871e58975d75eb2b02928f7a48d29113bebeb2b Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Sat, 8 Aug 2020 19:06:45 +0530 Subject: resolved pep8 issues --- src/configuration/Appconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configuration/Appconfig.py') 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' -- cgit