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:
parent
9b4a789eef
commit
f093646bfc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user