mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-25 15:43:48 +00:00
Pylint cleanup.
This commit is contained in:
parent
00f1165807
commit
34f862bb3d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,4 +46,4 @@ class MeteorView(View):
|
||||||
except KeyError:
|
except KeyError:
|
||||||
print(path)
|
print(path)
|
||||||
return HttpResponse(self.app.html)
|
return HttpResponse(self.app.html)
|
||||||
#raise Http404
|
# raise Http404
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue