mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 06:24:20 +01:00
lint: Fix all E302 linting errors
This commit is contained in:
@@ -65,6 +65,7 @@ def delete_file(filename):
|
||||
except Exception as e:
|
||||
return "Error: " + str(e)
|
||||
|
||||
|
||||
def search_files(directory):
|
||||
found_files = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user