mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed an unnecessary f-string
This commit is contained in:
parent
4ea109ac4d
commit
5ea7098e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ def extra_js_urls(view_name):
|
|||
if view_name in PERMITTED_VIEWS:
|
||||
return [
|
||||
{
|
||||
"url": f"/static/table-example-plugins.js",
|
||||
"url": "/static/table-example-plugins.js",
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue