Skip to content

Commit

Permalink
updates 2024-08-16 - Ruff lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Aug 16, 2024
1 parent 4e04e7e commit 34b979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics_platform_dagster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)

slack_failure_sensor = make_slack_on_run_failure_sensor(
slack_token=getenv("SLACKBOT"),
slack_token=os.getenv("SLACKBOT"),
channel="#pipelines",
)

Expand Down

0 comments on commit 34b979d

Please sign in to comment.