Skip to content

Commit aa65f61

Browse files
committed
addressing review comments
Signed-off-by: Denis Makogon <denys.makogon@oracle.com>
1 parent 0972b50 commit aa65f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudevents/sdk/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class UnsupportedEvent(Exception):
1717
def __init__(self, event_class):
1818
super().__init__(
19-
"Invalid CloudEvent class: " "'{0}'".format(event_class)
19+
"Invalid CloudEvent class: '{0}'".format(event_class)
2020
)
2121

2222

0 commit comments

Comments
 (0)