diff options
author | 2019-04-20 14:23:50 +0200 | |
---|---|---|
committer | 2019-04-20 14:23:50 +0200 | |
commit | 8936bf63e9b508e308b5f563d9b172f4fcb954a7 (patch) | |
tree | 8771856393183fb3db532657b1cab02bee827655 /pydis_site/apps/home/views | |
parent | Add type hinting. (diff) |
Make the flakes happy.
Diffstat (limited to 'pydis_site/apps/home/views')
-rw-r--r-- | pydis_site/apps/home/views/home.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/apps/home/views/home.py b/pydis_site/apps/home/views/home.py index fc552071..e4daf380 100644 --- a/pydis_site/apps/home/views/home.py +++ b/pydis_site/apps/home/views/home.py @@ -1,8 +1,7 @@ -from typing import Dict, Union, List +from typing import Dict, List import requests from django.core.handlers.wsgi import WSGIRequest -from django.db.models import QuerySet from django.http import HttpResponse from django.shortcuts import render from django.utils import timezone |