Skip to content

Commit 4817d9b

Browse files
🛠️ apply pre-commit fixes
1 parent f67aec9 commit 4817d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/migrations/0858_monitors_remove_type_column_db.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated by Django 5.1.7 on 2025-04-01 20:08
22

33
from sentry.new_migrations.migrations import CheckedMigration
4-
from sentry.new_migrations.monkey.fields import SafeRemoveField, DeletionAction
4+
from sentry.new_migrations.monkey.fields import DeletionAction, SafeRemoveField
55

66

77
class Migration(CheckedMigration):

0 commit comments

Comments
 (0)