From 7eb7b7186f34d46316936d52d998fcded3a3d8c9 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Wed, 28 Jan 2026 00:01:24 -0600 Subject: [PATCH] fix: lint --- autogpt_platform/backend/backend/util/workspace.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + )