We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538c568 commit 8c9c029Copy full SHA for 8c9c029
1 file changed
caldav/calendarobjectresource.py
@@ -629,8 +629,8 @@ def load_by_multiget(self) -> Self:
629
## As of 2025-05-20, this code section is used by
630
## TestForServerECloud::testCreateOverwriteDeleteEvent
631
raise error.NotFoundError(self.url)
632
- assert_(self.data)
633
- assert_(next(mydata, None) is None)
+ error.assert_(self.data)
+ error.assert_(next(mydata, None) is None)
634
return self
635
636
## TODO: self.id should either always be available or never
0 commit comments