mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-28 08:28:00 -05:00
fix: lint
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user