Skip to content

Commit

Permalink
Fix linting error (#1074)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Aug 3, 2023
1 parent ab1162b commit 6f79852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/deployment/deployment/lp_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ def int_doubler_wf(a: int) -> str:
# You have to add notifications config in your sandbox config file.
#
# ```yaml
# config-sandbox.yaml
# # config-sandbox.yaml
# notifications:
# type: sandbox
# type: sandbox # noqa: F821
# emailer:
# emailServerConfig:
# serviceName: sendgrid
Expand Down

0 comments on commit 6f79852

Please sign in to comment.