Skip to content

Commit

Permalink
fix: black linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Oct 7, 2024
1 parent 3c236c6 commit 6f87d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/telegram_analyzer_etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def analyze_telegram(platform_processed: dict[str, str | bool]) -> None:
resources = platform_data["resources"]

analyzer = Analyzer()

analyzer.analyze(
platform_id=platform_id,
resources=resources,
Expand Down

0 comments on commit 6f87d61

Please sign in to comment.