acecalisto3 commited on
Commit
f894fbd
·
verified ·
1 Parent(s): e66089f

Rename refine_code.py to utils/refine_code.py

Browse files
refine_code.py → utils/refine_code.py RENAMED
@@ -55,4 +55,4 @@ def integrate_code(file_path: str, code_snippet: str) -> str:
55
  except FileNotFoundError:
56
  raise CodeIntegrationError(f"Error: File not found: {file_path}")
57
  except Exception as e:
58
- raise CodeIntegrationError(f"Error during code integration: {e}")
 
55
  except FileNotFoundError:
56
  raise CodeIntegrationError(f"Error: File not found: {file_path}")
57
  except Exception as e:
58
+ raise CodeIntegrationError(f"Error during code integration: {e}")