management: Remove unused import from checkconfig command.

This commit is contained in:
Vishnu Ks 2017-08-07 17:57:00 +00:00 committed by Tim Abbott
parent 5ce0d85ccf
commit b8dacf9bf6
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from __future__ import absolute_import
from __future__ import print_function
from optparse import make_option
from typing import Any
from django.core.management.base import BaseCommand