Skip to content

Commit 2851a7c

Browse files
committed
Codestyle fix
1 parent 5de68a6 commit 2851a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class EventException(Exception):
4747
"""
4848
Exception wrapper that adds an event object into exception context.
4949
"""
50+
5051
def __init__(self, exception: Exception, event: object):
5152
self.exception = exception
5253
self.event = event

0 commit comments

Comments
 (0)