summaryrefslogtreecommitdiffstats
path: root/middleware.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-05-28 01:38:35 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-05-28 01:38:35 +0100
commitcb4128436c213a99072683ed4c988b39dc744c36 (patch)
tree38aa7262c16d7ab18d5c3d846fbd7ba753c217c7 /middleware.py
parent6cc578435c4939e45f164e7481433da8a1f694f0 (diff)
downloadtroggle-cb4128436c213a99072683ed4c988b39dc744c36.tar.gz
troggle-cb4128436c213a99072683ed4c988b39dc744c36.tar.bz2
troggle-cb4128436c213a99072683ed4c988b39dc744c36.zip
expung imagekit and clean import lists
Diffstat (limited to 'middleware.py')
-rw-r--r--middleware.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/middleware.py b/middleware.py
index 7699c6a..51b6b76 100644
--- a/middleware.py
+++ b/middleware.py
@@ -45,5 +45,4 @@ def _resolves(url):
resolve(url)
return True
except http.Http404:
- return False
-
+ return False \ No newline at end of file