We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67aec9 commit 4817d9bCopy full SHA for 4817d9b
src/sentry/migrations/0858_monitors_remove_type_column_db.py
@@ -1,7 +1,7 @@
1
# Generated by Django 5.1.7 on 2025-04-01 20:08
2
3
from sentry.new_migrations.migrations import CheckedMigration
4
-from sentry.new_migrations.monkey.fields import SafeRemoveField, DeletionAction
+from sentry.new_migrations.monkey.fields import DeletionAction, SafeRemoveField
5
6
7
class Migration(CheckedMigration):
0 commit comments