This commit is contained in:
Peter Bieringer
2025-10-19 20:54:00 +02:00
parent 661206c7af
commit c5633b8325
2 changed files with 1 additions and 1 deletions

View File

@@ -75,7 +75,6 @@ class Application(ApplicationPartDelete, ApplicationPartHead,
_extra_headers: Mapping[str, str]
_permit_delete_collection: bool
_permit_overwrite_collection: bool
_strict_preconditions: bool
def __init__(self, configuration: config.Configuration) -> None:
"""Initialize Application.

View File

@@ -41,6 +41,7 @@ class ApplicationBase:
_encoding: str
_permit_delete_collection: bool
_permit_overwrite_collection: bool
_strict_preconditions: bool
_hook: hook.BaseHook
def __init__(self, configuration: config.Configuration) -> None: