ParthBhuptani commited on
Commit
51e799a
·
verified ·
1 Parent(s): 317e616

Update agents/error_fixer.py

Browse files
Files changed (1) hide show
  1. agents/error_fixer.py +1 -1
agents/error_fixer.py CHANGED
@@ -1,4 +1,4 @@
1
- from transformers import code_fix_pipeline
2
  import re
3
 
4
  # Load once globally to save time
 
1
+ from transformers import pipeline
2
  import re
3
 
4
  # Load once globally to save time