Skip to content

Commit

Permalink
lint: Remove unused os import in file_operations_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Dec 14, 2023
1 parent e428130 commit 5107c6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogpts/autogpt/autogpt/commands/file_operations_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
import logging
import os
from abc import ABC, abstractmethod
from typing import BinaryIO

Expand Down

0 comments on commit 5107c6b

Please sign in to comment.