Skip to content

Commit cb7c3c2

Browse files
committed
fix: update return type annotation for project seed method to Optional[str]
1 parent 4d00171 commit cb7c3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qfieldcloud_sdk/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def get_project_seed_xlsform(
427427
self,
428428
project_id: str,
429429
destination_dir: str,
430-
) -> str | None:
430+
) -> Optional[str]:
431431
"""Get project seed XLSForm file content.
432432
433433
Args:

0 commit comments

Comments
 (0)