From 5107c6bbb9f66845a02b44565f5c129047d3a6da Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Thu, 14 Dec 2023 02:27:40 +0100 Subject: [PATCH] lint: Remove unused `os` import in file_operations_utils.py --- autogpts/autogpt/autogpt/commands/file_operations_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autogpts/autogpt/autogpt/commands/file_operations_utils.py b/autogpts/autogpt/autogpt/commands/file_operations_utils.py index 683c70df..da65bafa 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