We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125faa3 commit 86a2e19Copy full SHA for 86a2e19
1 file changed
splitio/engine/strategies/base_strategy.py
@@ -8,20 +8,5 @@ def process_impressions(self):
8
"""
9
Return a list(impressions) object
10
11
- """
12
- pass
13
-
14
- @abc.abstractmethod
15
- def truncate_impressions_time(self):
16
17
- Return list(impressions) object
18
19
20
21
22
- def get_counts(self):
23
24
- Return A list of counter objects.
25
26
27
pass
0 commit comments