Removes stray imports.

This commit is contained in:
Johnny 2018-09-21 17:45:59 +00:00
parent a2cccd7326
commit c0da1ff86a

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