diff options
author | rahulp13 | 2020-08-08 20:08:53 +0530 |
---|---|---|
committer | rahulp13 | 2020-08-08 20:08:53 +0530 |
commit | 38461753c416be9a4fca821a6e01c0e22c57760a (patch) | |
tree | 6e494305c973ccb05951b76891ed50478953044f /src/frontEnd | |
parent | ab1b6cb26e03ae50e53457b598eb4948967c9ece (diff) | |
download | eSim-38461753c416be9a4fca821a6e01c0e22c57760a.tar.gz eSim-38461753c416be9a4fca821a6e01c0e22c57760a.tar.bz2 eSim-38461753c416be9a4fca821a6e01c0e22c57760a.zip |
resolved pep8 issue
Diffstat (limited to 'src/frontEnd')
-rw-r--r-- | src/frontEnd/Application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index 1f687e70..44616ab7 100644 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -18,7 +18,7 @@ import os -if os.name == 'nt': # noqa +if os.name == 'nt': # noqa from frontEnd import pathmagic # noqa:F401 init_path = '' else: |