diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-16 15:45:07 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-16 15:45:07 -0400 |
| commit | a96dbda6d35d33f77293b595a6506a600261f17c (patch) | |
| tree | 2e175146f1a0b4ccb5739d82da97fdce066b116e | |
| parent | eb8600a65673649ea15ed18d17127f741807ac8b (diff) | |
Fixed flake8 error.
| -rw-r--r-- | django/db/migrations/autodetector.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/migrations/autodetector.py b/django/db/migrations/autodetector.py index acdfa2a668..1ef4becaae 100644 --- a/django/db/migrations/autodetector.py +++ b/django/db/migrations/autodetector.py @@ -366,7 +366,6 @@ class MigrationAutodetector(object): pass return item - def generate_renamed_models(self): """ Finds any renamed models, and generates the operations for them, |
