Commit a248c883 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Fixed three small flake8 violations.

parent 3e25c8ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -582,6 +582,7 @@ class OperationTests(MigrationTestBase):
        self.assertEqual(project_state.render().get_model("test_runpython", "Pony").objects.count(), 6)
        self.assertEqual(project_state.render().get_model("test_runpython", "ShetlandPony").objects.count(), 2)


class MigrateNothingRouter(object):
    """
    A router that sends all writes to the other database.
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.