[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-11-11 19:34:15 +00:00
parent 5e343b0b99
commit 0e5491ca67
192 changed files with 284 additions and 797 deletions

View File

@@ -5,7 +5,6 @@ from __future__ import annotations
from ViewProvider import ViewProvider
from typing import Any, Final
class ViewProviderDocumentObject(ViewProvider):
"""
This is the ViewProvider base class
@@ -19,7 +18,6 @@ class ViewProviderDocumentObject(ViewProvider):
Update the view representation of the object
"""
...
Object: Any = ...
"""Set/Get the associated data object"""