mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
fix flake8
This commit is contained in:
parent
216aed26f5
commit
6c1fe1dec1
@ -1615,7 +1615,7 @@ class AutodetectorTests(BaseAutodetectorTests):
|
|||||||
("pkfield", models.IntegerField(primary_key=False)),
|
("pkfield", models.IntegerField(primary_key=False)),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
changes = self.get_changes([initial_state], [updated_state])
|
self.get_changes([initial_state], [updated_state])
|
||||||
|
|
||||||
@mock.patch(
|
@mock.patch(
|
||||||
"django.db.migrations.questioner.MigrationQuestioner.ask_not_null_alteration",
|
"django.db.migrations.questioner.MigrationQuestioner.ask_not_null_alteration",
|
||||||
|
Loading…
Reference in New Issue
Block a user