mirror of
https://github.com/Hopiu/django.git
synced 2026-03-31 21:30:33 +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
|
||||
for constraint in constraints.values():
|
||||
constraint['columns'] = list(constraint['columns'])
|
||||
# Return
|
||||
return constraints
|
||||
|
|
|
|||
Loading…
Reference in a new issue