File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88_LOGGER = logging .getLogger (__name__ )
99
1010
11- class ImpressionsSyncTaskBose (BaseSynchronizationTask ):
11+ class ImpressionsSyncTaskBase (BaseSynchronizationTask ):
1212 """Impressions synchronization task uses an asynctask.AsyncTask to send impressions."""
1313
1414 def start (self ):
@@ -34,7 +34,7 @@ def flush(self):
3434 self ._task .force_execution ()
3535
3636
37- class ImpressionsSyncTask (ImpressionsSyncTaskBose ):
37+ class ImpressionsSyncTask (ImpressionsSyncTaskBase ):
3838 """Impressions synchronization task uses an asynctask.AsyncTask to send impressions."""
3939
4040 def __init__ (self , synchronize_impressions , period ):
@@ -56,7 +56,7 @@ def stop(self, event=None):
5656 self ._task .stop (event )
5757
5858
59- class ImpressionsSyncTaskAsync (ImpressionsSyncTaskBose ):
59+ class ImpressionsSyncTaskAsync (ImpressionsSyncTaskBase ):
6060 """Impressions synchronization task uses an asynctask.AsyncTask to send impressions."""
6161
6262 def __init__ (self , synchronize_impressions , period ):
You can’t perform that action at this time.
0 commit comments