mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-24 01:14:22 +01:00
Update data_ingestion.py
fixed linting
This commit is contained in:
@@ -6,6 +6,7 @@ from file_operations import ingest_file, search_files
|
||||
|
||||
cfg = Config()
|
||||
|
||||
|
||||
def configure_logging():
|
||||
logging.basicConfig(filename='log-ingestion.txt',
|
||||
filemode='a',
|
||||
@@ -43,7 +44,6 @@ def main():
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
# Initialize memory
|
||||
memory = get_memory(cfg, init=args.init)
|
||||
print('Using memory of type: ' + memory.__class__.__name__)
|
||||
|
||||
Reference in New Issue
Block a user