Fix typing

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-10-23 11:24:41 +02:00 committed by GitHub
parent 5d7416c0ef
commit f13a40aa73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -650,9 +650,9 @@ class ProjectPushItemProcess:
def _create_folder(
self,
src_folder_entity: Dict[str, Any],
project_entity: Dict[str, Any],
parent_folder_entity: Dict[str, Any],
src_folder_entity: dict[str, Any],
project_entity: dict[str, Any],
parent_folder_entity: dict[str, Any],
folder_name: str
):
parent_id = None