mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
migrations: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
96f096f38e
commit
4bd28f7ae6
@@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from django.db import models, migrations
|
||||
from django.contrib.postgres import operations
|
||||
from django.db import migrations
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
|
@@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from django.db import models, migrations, connection
|
||||
from django.contrib.postgres import operations
|
||||
from django.db import migrations, connection
|
||||
from django.db.backends.postgresql_psycopg2.schema import DatabaseSchemaEditor
|
||||
from django.db.migrations.state import StateApps
|
||||
from zerver.lib.migrate import do_batch_update
|
||||
|
@@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from django.db import models, migrations
|
||||
from django.contrib.postgres import operations
|
||||
from django.db import migrations
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user