Skip to content

Commit

Permalink
Merge branch 'master' into mpirnovar-duplicate-exper-key
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 authored Dec 6, 2023
2 parents f7b507b + d2ed4be commit 63acaca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion optimizely/event/event_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class ForwardingEventProcessor(BaseEventProcessor):

def __init__(
self,
event_dispatcher: type[EventDispatcher] | CustomEventDispatcher,
event_dispatcher: Optional[type[EventDispatcher] | CustomEventDispatcher],
logger: Optional[_logging.Logger] = None,
notification_center: Optional[_notification_center.NotificationCenter] = None
):
Expand Down
1 change: 1 addition & 0 deletions optimizely/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 63acaca

Please sign in to comment.