mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-06 05:10:15 -06:00
Remove a TODO
duplicate one-liner is fine
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user