Skip to content

Commit

Permalink
Applied Black, refs #782
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 1, 2023
1 parent d94a3c4 commit 572bdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/views/special.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ async def example_links(self, request):
{
"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
Expand Down

0 comments on commit 572bdb5

Please sign in to comment.