We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6750d05 commit ea41abdCopy full SHA for ea41abd
observer.py
@@ -33,7 +33,7 @@ def data(self):
33
34
@data.setter
35
def data(self, value):
36
- self._data = value):
+ self._data = value:
37
self.notify()
38
39
0 commit comments