0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00

fix flake8

This commit is contained in:
Ben Cail 2024-10-02 17:15:09 -04:00
parent 216aed26f5
commit 6c1fe1dec1

View File

@ -1615,7 +1615,7 @@ class AutodetectorTests(BaseAutodetectorTests):
("pkfield", models.IntegerField(primary_key=False)),
],
)
changes = self.get_changes([initial_state], [updated_state])
self.get_changes([initial_state], [updated_state])
@mock.patch(
"django.db.migrations.questioner.MigrationQuestioner.ask_not_null_alteration",