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