mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Update black
This commit is contained in:
3
hyperglass/external/webhooks.py
vendored
3
hyperglass/external/webhooks.py
vendored
@@ -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(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user