Skip to content

Commit b097706

Browse files
Mantisusvdusek
andauthored
Update src/apify/storage_clients/_ppe_dataset_mixin.py
Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>
1 parent d49ca40 commit b097706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/storage_clients/_ppe_dataset_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class DatasetClientPpeMixin:
55
"""A mixin for dataset clients to add support for PPE pricing model and tracking synthetic events."""
66

77
def __init__(self) -> None:
8-
self._is_default_dataset: bool = False
8+
self._is_default_dataset = False
99

1010
@property
1111
def is_default_dataset(self) -> bool:

0 commit comments

Comments
 (0)