diff options
author | 2020-11-14 11:44:48 +0200 | |
---|---|---|
committer | 2020-11-14 11:44:48 +0200 | |
commit | bb77524c4b5559bf09207ba8005622c205e09f2a (patch) | |
tree | 0f78b3852e73b079b068bc32381c1e1362248b86 /pydis_site | |
parent | Push Django Simple Bulma version (diff) |
Fix lint in resources home view
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/resources/views/resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/views/resources.py b/pydis_site/apps/resources/views/resources.py index e770954b..25ce3e50 100644 --- a/pydis_site/apps/resources/views/resources.py +++ b/pydis_site/apps/resources/views/resources.py @@ -1,6 +1,6 @@ from django.views.generic import TemplateView - + class ResourcesView(TemplateView): """View for resources index page.""" |