[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user