diff --git a/autogpt_platform/backend/backend/util/workspace.py b/autogpt_platform/backend/backend/util/workspace.py index a772ebc6d8..e143d119d3 100644 --- a/autogpt_platform/backend/backend/util/workspace.py +++ b/autogpt_platform/backend/backend/util/workspace.py @@ -393,4 +393,6 @@ class WorkspaceManager: # No session context, use path as-is effective_path = path - return await count_workspace_files(self.workspace_id, path_prefix=effective_path) + return await count_workspace_files( + self.workspace_id, path_prefix=effective_path + )