Skip to content

Commit

Permalink
lint later
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Apr 30, 2024
1 parent c2fb567 commit b9f51cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def find_user_tags(meta_tags: list, tags: list) -> dict|None:
if len(user_tags) == len(tags):
return user_tags
else:
print(f"Unable to find User Tags.")
print("Unable to find User Tags.")
return None

def build_sqs_url(region: str, q: str) -> str|None:
Expand Down

0 comments on commit b9f51cd

Please sign in to comment.