Skip to content

Commit b65716e

Browse files
authored
format code (#486)
1 parent a1e7ade commit b65716e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

digital_land/package/sqlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def get_table_fields(self, tables=None):
217217
"expect|organisations",
218218
"expect|parameters",
219219
"expectation|parameters",
220-
"organisation|organisations"
220+
"organisation|organisations",
221221
]:
222222
parent_field = self.specification.field[field]["parent-field"]
223223
join_table = "%s_%s" % (table, parent_field)

0 commit comments

Comments
 (0)