From d9e611ee9ef74c841761b24ee52d22cd607d14e3 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 17 Sep 2024 10:05:15 +0200 Subject: [PATCH] Remove a TODO duplicate one-liner is fine --- issues/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/issues/utils.py b/issues/utils.py index 9745c1e..82643cc 100644 --- a/issues/utils.py +++ b/issues/utils.py @@ -8,7 +8,6 @@ from sentry.utils.strings import strip def maybe_empty(s): - # TODO deduplicate this with events/models.py return "" if not s else s