acecalisto3 commited on
Commit
14cd737
·
verified ·
1 Parent(s): cc0e7cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -212,7 +212,6 @@ class FileProcessor:
212
  logger.error(f"Error processing files: {str(e)}")
213
 
214
  return combined_data
215
-
216
  def _process_zip_file(self, zip_path: str) -> List[Dict]:
217
  """Process ZIP file contents more efficiently"""
218
  results = []
 
212
  logger.error(f"Error processing files: {str(e)}")
213
 
214
  return combined_data
 
215
  def _process_zip_file(self, zip_path: str) -> List[Dict]:
216
  """Process ZIP file contents more efficiently"""
217
  results = []