1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Update black

This commit is contained in:
thatmattlove
2021-12-06 17:12:30 -07:00
parent ec28ccafbc
commit c049569cab
27 changed files with 236 additions and 158 deletions

View File

@@ -24,5 +24,6 @@ class Webhook(BaseExternal):
return provider_class(config)
except KeyError:
raise UnsupportedError(
message="{p} is not yet supported as a webhook target.", p=config.provider.title(),
message="{p} is not yet supported as a webhook target.",
p=config.provider.title(),
)