1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00

Remove pointless comment.

This commit is contained in:
Andrew Godwin 2013-08-09 17:47:13 +01:00
parent 9b4a789eef
commit f093646bfc

View File

@ -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