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 29c93a3 commit d74d4d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dags/telegram_analyzer_etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ def analyze_telegram(platform_processed: dict[str, str | bool]) -> None:
raw_data_etl = telegram_etl_raw_data.expand(platform_info=platform_modules)
raw_members_etl = telegram_etl_raw_members.expand(platform_info=platform_modules)

analyze_telegram_task = analyze_telegram.expand(
platform_processed=platform_modules
)
analyze_telegram_task = analyze_telegram.expand(platform_processed=platform_modules)

[raw_data_etl, raw_members_etl] >> analyze_telegram_task

0 comments on commit d74d4d4

Please sign in to comment.