File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1919from six .moves import queue
2020
2121from optimizely import logger as _logging
22+ from optimizely import notification_center as _notification_center
2223from optimizely .event_dispatcher import EventDispatcher as default_event_dispatcher
2324from optimizely .helpers import enums
2425from optimizely .helpers import validator
@@ -97,7 +98,7 @@ def __init__(self,
9798
9899 if not validator .is_notification_center_valid (self .notification_center ):
99100 self .logger .error (enums .Errors .INVALID_INPUT .format ('notification_center' ))
100- self .notification_center = notification_center .NotificationCenter ()
101+ self .notification_center = _notification_center .NotificationCenter ()
101102
102103 if start_on_init is True :
103104 self .start ()
You can’t perform that action at this time.
0 commit comments