Apply suggestions from code review of branch fast-stack

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Julian Stirling 2025-06-27 10:47:13 +00:00
parent fc6c13f40e
commit 46f3d21632
2 changed files with 7 additions and 6 deletions

View file

@ -27,8 +27,8 @@ def random_image():
def random_metadata():
"""Create a misc dictionary to pretend to be metadata"""
# Not very metadata like, but we are just checking that the same dict it is
# returned
# Not very metadata like, but we are just checking that the same dict it
# is returned
return {"a": randint(1, 100), "b": randint(1, 100)}