Skip to content

Commit

Permalink
Merge pull request #7974 from madhavajay/madhava/hagrid_hash
Browse files Browse the repository at this point in the history
Forcing change to hash to see if hagrid CD will trigger
  • Loading branch information
madhavajay authored Aug 2, 2023
2 parents 185c986 + bf926fe commit 0b343d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hagrid/hagrid/art.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def quickstart_art() -> None:


def hagrid() -> None:
"""Print a random hagrid image with the caption "hold on tight harry" """
"""Print a random hagrid image with the caption "hold on tight harry"."""
options = [motorcycle, hagrid1, hagrid2]
i = secrets.randbelow(3)
options[i]()
Expand Down

0 comments on commit 0b343d7

Please sign in to comment.