acecalisto3 commited on
Commit
0d38868
·
verified ·
1 Parent(s): 22c68ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -14,13 +14,13 @@ from bs4 import BeautifulSoup
14
  from typing import List, Dict, Optional
15
 
16
  from utils.code_utils import (
17
- refine_code,
18
- test_code,
19
- integrate_code,
20
- CodeRefinementError,
21
- CodeTestingError,
22
- CodeIntegrationError,
23
- )
24
 
25
  # --- Custom Exceptions for Enhanced Error Handling ---
26
  class InvalidActionError(Exception):
 
14
  from typing import List, Dict, Optional
15
 
16
  from utils.code_utils import (
17
+ refine_code,
18
+ test_code,
19
+ integrate_code,
20
+ CodeRefinementError,
21
+ CodeTestingError,
22
+ CodeIntegrationError,
23
+ )
24
 
25
  # --- Custom Exceptions for Enhanced Error Handling ---
26
  class InvalidActionError(Exception):