Ran blacken-docs

pull/1778/head
Simon Willison 2022-08-09 11:21:53 -07:00
rodzic bca2d95d02
commit 8cfc723368
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -244,7 +244,7 @@ When writing tests for plugins you may find it useful to register a test plugin
@hookimpl
def register_routes(self):
return [
(r"^/error$", lambda: 1/0),
(r"^/error$", lambda: 1 / 0),
]
pm.register(TestPlugin(), name="undo")