mirror of
https://github.com/Hopiu/django.git
synced 2026-05-16 03:23:09 +00:00
Remove pointless comment.
This commit is contained in:
parent
9b4a789eef
commit
f093646bfc
1 changed files with 0 additions and 1 deletions
|
|
@ -182,5 +182,4 @@ class DatabaseIntrospection(BaseDatabaseIntrospection):
|
||||||
# Convert the sorted sets to lists
|
# Convert the sorted sets to lists
|
||||||
for constraint in constraints.values():
|
for constraint in constraints.values():
|
||||||
constraint['columns'] = list(constraint['columns'])
|
constraint['columns'] = list(constraint['columns'])
|
||||||
# Return
|
|
||||||
return constraints
|
return constraints
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue