Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artshcherbina committed Sep 28, 2024
1 parent 643b077 commit eea50b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gpt_engineer/core/default/disk_execution_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- FilesDict: For handling collections of files.
"""

import fcntl
import os
import subprocess
import time

Expand All @@ -32,9 +34,6 @@
from gpt_engineer.core.default.file_store import FileStore
from gpt_engineer.core.files_dict import FilesDict

import fcntl
import os


# Taken from https://gist.github.com/sebclaeys/1232088
def non_block_read(output):
Expand Down

0 comments on commit eea50b1

Please sign in to comment.