small fix
Signed-off-by: Tudor Plugaru <plugaru.tudor@protonmail.com>
This commit is contained in:
parent
599d05c377
commit
43f1d0c0e7
|
@ -42,6 +42,7 @@ class MissingRequiredAttributeError(BaseCloudEventException, ValueError):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, attribute_name: str) -> None:
|
def __init__(self, attribute_name: str) -> None:
|
||||||
|
self.attribute_name: str = attribute_name
|
||||||
super().__init__(f"Missing required attribute: '{attribute_name}'")
|
super().__init__(f"Missing required attribute: '{attribute_name}'")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue