mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
python: Sort imports in database migrations.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from django.db import migrations
|
||||
from zerver.lib.migrate import create_index_if_not_exist # nolint
|
||||
|
||||
from zerver.lib.migrate import create_index_if_not_exist # nolint
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user