Skip to content

Commit 2340728

Browse files
committed
fix formatting
1 parent 56a2cb2 commit 2340728

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codeflash/lsp/beta.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ def get_config_value(key: str, default: str = "") -> str:
203203
return {
204204
"status": "error",
205205
"message": f"Invalid 'tests_root': directory does not exist at {tests_root_path}",
206-
"field_errors": {
207-
"tests_root": f"Directory does not exist at {tests_root_path}",
208-
},
206+
"field_errors": {"tests_root": f"Directory does not exist at {tests_root_path}"},
209207
}
210208

211209
setup_info = VsCodeSetupInfo(

0 commit comments

Comments
 (0)