add indentation

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
This commit is contained in:
Jakub Trllo 2025-06-12 11:42:21 +02:00 committed by GitHub
parent 873db37794
commit 0bf1e9a934
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -610,9 +610,9 @@ class IWorkfileHost:
The default implementation looks for products with the 'workfile'
product type.
Pre-fetched entities have mandatory fields to be fetched.
- Version: 'id', 'author', 'taskId'
- Representation: 'id', 'versionId', 'files'
Pre-fetched entities have mandatory fields to be fetched:
- Version: 'id', 'author', 'taskId'
- Representation: 'id', 'versionId', 'files'
Args:
project_name (str): Project name.