From b9f51cdf60d0c137fa6f0352ea2e811a572e470e Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Tue, 30 Apr 2024 10:16:56 -0400 Subject: [PATCH] lint later --- base/app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/app/app.py b/base/app/app.py index 17694f9..bc47e9c 100644 --- a/base/app/app.py +++ b/base/app/app.py @@ -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: