diff options
author | Michaël Ball <michael.ball@gmail.com> | 2019-06-30 11:12:05 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2019-06-30 11:12:05 +0100 |
commit | a87517a0b385f1a68dd80e7dabf7843955c95ab9 (patch) | |
tree | 696f1e2a45ab7c0db57ce562517790cb73247b53 /app.py | |
parent | 1acbc1e85d6a0af47c236c48b8c5a1b504871d96 (diff) |
Style fixesfeature/pluggable-viewsdevelop
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ from watcher import LibraryWatcher # NOQA : E402 APP = create_app() - if __name__ == "__main__": config = configparser.ConfigParser() config.read("mach2.ini") |