diff options
author | André Glüpker <git@wgmd.de> | 2024-05-01 10:02:10 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2024-05-01 10:04:51 +0200 |
commit | fdb01d72cbd4c5aafea32eca517dbf9ef7bbc62d (patch) | |
tree | 6f2213e91be3ea8ef09402d9f1d18cc4816e966c /wsgi.py | |
parent | 9e75b5cb4b64e1fe430ce3720dbe3f80988d8435 (diff) | |
download | rss-feeds-fdb01d72cbd4c5aafea32eca517dbf9ef7bbc62d.tar.gz rss-feeds-fdb01d72cbd4c5aafea32eca517dbf9ef7bbc62d.tar.bz2 rss-feeds-fdb01d72cbd4c5aafea32eca517dbf9ef7bbc62d.zip |
Configure and run ruff (check & format)
Diffstat (limited to 'wsgi.py')
-rwxr-xr-x | wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ import sys sys.path.append("./") -from webapp import app as application +from webapp import app as application # noqa: F401 |