aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home/views/home.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-20 14:23:50 +0200
committerGravatar Johannes Christ <[email protected]>2019-04-20 14:23:50 +0200
commit8936bf63e9b508e308b5f563d9b172f4fcb954a7 (patch)
tree8771856393183fb3db532657b1cab02bee827655 /pydis_site/apps/home/views/home.py
parentAdd type hinting. (diff)
Make the flakes happy.
Diffstat (limited to 'pydis_site/apps/home/views/home.py')
-rw-r--r--pydis_site/apps/home/views/home.py3
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