mirror of https://github.com/zulip/zulip.git
migrations: Fix unused import error.
This commit is contained in:
parent
2a3038797b
commit
64b85415f5
|
@ -2,7 +2,7 @@
|
|||
from django.db import migrations
|
||||
from django.db.backends.postgresql_psycopg2.schema import DatabaseSchemaEditor
|
||||
from django.db.migrations.state import StateApps
|
||||
from django.db.models import Count, Sum, Q
|
||||
from django.db.models import Count, Sum
|
||||
|
||||
def clear_duplicate_counts(apps: StateApps, schema_editor: DatabaseSchemaEditor) -> None:
|
||||
"""This is a preparatory migration for our Analytics tables.
|
||||
|
|
Loading…
Reference in New Issue