Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegerrits committed Jan 4, 2025
1 parent 1bfb11b commit 6c0da9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespadb/observations/tasks/export_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ def generate_rows(
yield writer.writerow(row)
except Exception as e:
logger.error(f"Error processing observation {observation.id}: {e}")
continue
continue

0 comments on commit 6c0da9b

Please sign in to comment.