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 19
19
from six .moves import queue
20
20
21
21
from optimizely import logger as _logging
22
+ from optimizely import notification_center as _notification_center
22
23
from optimizely .event_dispatcher import EventDispatcher as default_event_dispatcher
23
24
from optimizely .helpers import enums
24
25
from optimizely .helpers import validator
@@ -97,7 +98,7 @@ def __init__(self,
97
98
98
99
if not validator .is_notification_center_valid (self .notification_center ):
99
100
self .logger .error (enums .Errors .INVALID_INPUT .format ('notification_center' ))
100
- self .notification_center = notification_center .NotificationCenter ()
101
+ self .notification_center = _notification_center .NotificationCenter ()
101
102
102
103
if start_on_init is True :
103
104
self .start ()
You can’t perform that action at this time.
0 commit comments