Skip to content

Commit

Permalink
Removed trailing coma in Database.extra default
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 5, 2016
1 parent c349b0a commit bf2e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class Database(Model, AuditMixinNullable):
extra = Column(Text, default=textwrap.dedent("""\
{
"metadata_params": {},
"engine_params": {},
"engine_params": {}
}
"""))

Expand Down

0 comments on commit bf2e804

Please sign in to comment.