Remove a TODO

duplicate one-liner is fine
This commit is contained in:
Klaas van Schelven
2024-09-17 10:05:15 +02:00
parent c5465f2f8a
commit d9e611ee9e

View File

@@ -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