Removes stray imports.

This commit is contained in:
Johnny 2018-09-21 17:45:59 +00:00
parent 2be80d0a12
commit 8980f564dd

View file

@ -4,7 +4,6 @@ Commands that are available from the connect screen.
import re
import time
import datetime
from collections import defaultdict, deque
from random import getrandbits
from django.conf import settings
from django.contrib.auth import authenticate