Applied Black, refs #782

This commit is contained in:
Simon Willison 2022-12-31 19:32:07 -08:00
commit 572bdb5b80

View file

@ -373,7 +373,7 @@ class ApiExplorerView(BaseView):
{
"label": "Get rows for {}".format(table),
"method": "GET",
"path": self.ds.urls.table(name, table, format="json")
"path": self.ds.urls.table(name, table, format="json"),
}
)
# If not mutable don't show any write APIs