aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2023-12-14 02:27:40 +0100
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2023-12-14 02:27:40 +0100
commit5107c6bbb9f66845a02b44565f5c129047d3a6da (patch)
tree3ee970b94f2db62a666be322b270c8b9d1f8e6db
parentfix(agent/file_operations): Fix read_file command in GCS and S3 workspaces (diff)
downloadAuto-GPT-5107c6bbb9f66845a02b44565f5c129047d3a6da.tar.gz
Auto-GPT-5107c6bbb9f66845a02b44565f5c129047d3a6da.tar.bz2
Auto-GPT-5107c6bbb9f66845a02b44565f5c129047d3a6da.zip
lint: Remove unused `os` import in file_operations_utils.py
-rw-r--r--autogpts/autogpt/autogpt/commands/file_operations_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogpts/autogpt/autogpt/commands/file_operations_utils.py b/autogpts/autogpt/autogpt/commands/file_operations_utils.py
index 683c70dfb..da65bafaa 100644
--- a/autogpts/autogpt/autogpt/commands/file_operations_utils.py
+++ b/autogpts/autogpt/autogpt/commands/file_operations_utils.py
@@ -1,6 +1,5 @@
import json
import logging
-import os
from abc import ABC, abstractmethod
from typing import BinaryIO