Browse Source

Fixed a flake8 error

Alex Gaynor 11 năm trước cách đây
mục cha
commit
cbf8e8aa12
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/migrations/test_operations.py

+ 1 - 1
tests/migrations/test_operations.py

@@ -165,7 +165,7 @@ class OperationTests(MigrationTestBase):
             "Pony",
             "height",
             models.FloatField(null=True, default=4),
-            preserve_default = False,
+            preserve_default=False,
         )
         new_state = project_state.clone()
         operation.state_forwards("test_adflpd", new_state)