python: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-22 15:47:38 -08:00
committed by Tim Abbott
parent 8821b5a903
commit 649235cfec
13 changed files with 8 additions and 22 deletions

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
import sys
from django.db import migrations
from django.db import migrations
from django.db.backends.postgresql_psycopg2.schema import DatabaseSchemaEditor