diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2013-08-09 17:47:13 +0100 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2013-08-09 17:47:13 +0100 |
| commit | f093646bfc2b459b4e37bae8fe3f2b52e4e58ff3 (patch) | |
| tree | cdcaf805accd35f2596148179b52b1d38cb3838c /django/db | |
| parent | 9b4a789eefc4b0c081056f3cb97e07895b5ffc00 (diff) | |
Remove pointless comment.
Diffstat (limited to 'django/db')
| -rw-r--r-- | django/db/backends/mysql/introspection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/mysql/introspection.py b/django/db/backends/mysql/introspection.py index e2d382b895..0cad8d9b9d 100644 --- a/django/db/backends/mysql/introspection.py +++ b/django/db/backends/mysql/introspection.py @@ -182,5 +182,4 @@ class DatabaseIntrospection(BaseDatabaseIntrospection): # Convert the sorted sets to lists for constraint in constraints.values(): constraint['columns'] = list(constraint['columns']) - # Return return constraints |
