We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49ca40 commit b097706Copy full SHA for b097706
src/apify/storage_clients/_ppe_dataset_mixin.py
@@ -5,7 +5,7 @@ class DatasetClientPpeMixin:
5
"""A mixin for dataset clients to add support for PPE pricing model and tracking synthetic events."""
6
7
def __init__(self) -> None:
8
- self._is_default_dataset: bool = False
+ self._is_default_dataset = False
9
10
@property
11
def is_default_dataset(self) -> bool:
0 commit comments