make tox happy

This commit is contained in:
Peter Bieringer 2024-12-18 22:28:02 +01:00
parent 9e9d036387
commit 335584a6b7

View file

@ -92,7 +92,7 @@ class Storage(
_collection_class: ClassVar[Type[Collection]] = Collection
def _analyse_mtime(self) -> None:
def _analyse_mtime(self):
# calculate and display mtime resolution
path = os.path.join(self._filesystem_folder, ".Radicale.mtime_test")
try: