We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe0351 commit f9a276fCopy full SHA for f9a276f
1 file changed
ldclient/impl/datasystem/protocolv2.py
@@ -541,8 +541,12 @@ class ChangeSetBuilder:
541
You have been warned.
542
"""
543
544
- intent: Optional[IntentCode] = None
545
- changes: List[Change] = []
+ def __init__(self):
+ """
546
+ Initializes a new ChangeSetBuilder.
547
548
+ self.intent = None
549
+ self.changes = []
550
551
@staticmethod
552
def no_changes() -> "ChangeSet":
0 commit comments