summaryrefslogtreecommitdiff
path: root/django/db/backends
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2013-08-09 17:47:13 +0100
committerAndrew Godwin <andrew@aeracode.org>2013-08-09 17:47:13 +0100
commitf093646bfc2b459b4e37bae8fe3f2b52e4e58ff3 (patch)
treecdcaf805accd35f2596148179b52b1d38cb3838c /django/db/backends
parent9b4a789eefc4b0c081056f3cb97e07895b5ffc00 (diff)
Remove pointless comment.
Diffstat (limited to 'django/db/backends')
-rw-r--r--django/db/backends/mysql/introspection.py1
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