diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-14 10:20:42 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-14 10:20:42 -0400 |
| commit | 2ca5fc55b0a0b18ce4f060ee999ef355b5ceb0a3 (patch) | |
| tree | 35a023a00b119db855c6ba7f389ce3a1f1c08129 /django | |
| parent | f17b24e407385eb18651bf023a187347aa9c1f75 (diff) | |
Fixed several flake8 errors
Diffstat (limited to 'django')
| -rw-r--r-- | django/core/management/commands/squashmigrations.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/core/management/commands/squashmigrations.py b/django/core/management/commands/squashmigrations.py index 53e094a01b..7e559f1a76 100644 --- a/django/core/management/commands/squashmigrations.py +++ b/django/core/management/commands/squashmigrations.py @@ -1,5 +1,3 @@ -import sys - from django.core.management.base import BaseCommand, CommandError from django.utils import six from django.db import connections, DEFAULT_DB_ALIAS, migrations |
