Skip to content

Commit aca24fb

Browse files
committed
tiny linter issue
1 parent 5e4445b commit aca24fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/providers/test_openai_paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_openai_file_upload():
3737
print("\nTesting file upload...")
3838
file_obj = client.files.create(file=temp_path, purpose="assistants")
3939

40-
print(f"✅ File uploaded successfully!")
40+
print("✅ File uploaded successfully!")
4141
print(f"File ID: {file_obj.id}")
4242
print(f"Filename: {file_obj.filename}")
4343

0 commit comments

Comments
 (0)