Skip to content

Commit

Permalink
rm unused imports in migration, re #10804
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Apr 19, 2024
1 parent 1b9da96 commit e703699
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arches/app/models/migrations/10804_core_search_filters.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
from django.db import migrations, models
import django.db.models.deletion
import uuid
from django.db import migrations


class Migration(migrations.Migration):
Expand Down

0 comments on commit e703699

Please sign in to comment.