Skip to content

Commit

Permalink
🔧 chore: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrajjoshi committed Mar 4, 2025
1 parent 36d550f commit b4876f8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ def assert_alert_rule_trigger_migrated(alert_rule_trigger):
).exists()


def build_sentry_app_compare_blob(sentry_app_config: list[dict[str, str]]) -> list[dict[str, str]]:
def build_sentry_app_compare_blob(
sentry_app_config: list[dict[str, str]]
) -> list[dict[str, str | None]]:
"""
Add the label to the config
"""
Expand Down

0 comments on commit b4876f8

Please sign in to comment.