From a96dbda6d35d33f77293b595a6506a600261f17c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 16 Jun 2014 15:45:07 -0400 Subject: [PATCH] Fixed flake8 error. --- django/db/migrations/autodetector.py | 1 - 1 file changed, 1 deletion(-) 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,