mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied Black, refs #782
This commit is contained in:
parent
d94a3c4326
commit
572bdb5b80
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue