nihalaninihal commited on
Commit
b0187b7
·
verified ·
1 Parent(s): 07eadba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1495,7 +1495,7 @@ class DocumentationAnalyzer:
1495
 
1496
  def _analyze_doc_directory(self, directory: str) -> List[str]:
1497
  """Analyze a dedicated documentation directory (if present)."""
1498
- doc_files = []
1499
  try:
1500
  contents = self.repo.get_contents(directory)
1501
  for content in contents:
 
1495
 
1496
  def _analyze_doc_directory(self, directory: str) -> List[str]:
1497
  """Analyze a dedicated documentation directory (if present)."""
1498
+ doc_files = []
1499
  try:
1500
  contents = self.repo.get_contents(directory)
1501
  for content in contents: