yalrashed commited on
Commit
a6e1129
·
verified ·
1 Parent(s): 92074f4

Update src/analysis/analysis_cleaner.py

Browse files
Files changed (1) hide show
  1. src/analysis/analysis_cleaner.py +1 -1
src/analysis/analysis_cleaner.py CHANGED
@@ -48,7 +48,7 @@ class AnalysisCleaner:
48
 
49
  def clean_analysis(self, text: str) -> str:
50
  """Apply all cleanup steps"""
51
- # Remove duplicate content
52
  cleaned = self.remove_duplicates(text)
53
 
54
  # Convert to flowing paragraphs
 
48
 
49
  def clean_analysis(self, text: str) -> str:
50
  """Apply all cleanup steps"""
51
+ # Remove duplicate content
52
  cleaned = self.remove_duplicates(text)
53
 
54
  # Convert to flowing paragraphs