mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix typing
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
5d7416c0ef
commit
f13a40aa73
1 changed files with 3 additions and 3 deletions
|
|
@ -650,9 +650,9 @@ class ProjectPushItemProcess:
|
||||||
|
|
||||||
def _create_folder(
|
def _create_folder(
|
||||||
self,
|
self,
|
||||||
src_folder_entity: Dict[str, Any],
|
src_folder_entity: dict[str, Any],
|
||||||
project_entity: Dict[str, Any],
|
project_entity: dict[str, Any],
|
||||||
parent_folder_entity: Dict[str, Any],
|
parent_folder_entity: dict[str, Any],
|
||||||
folder_name: str
|
folder_name: str
|
||||||
):
|
):
|
||||||
parent_id = None
|
parent_id = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue