https://github.com/getsentry/sentry/blob/633990e4e34f3ee91ffa73f9affa8ed29858c327/src/sentry/models/organization.py#L252 https://github.com/getsentry/sentry/blob/633990e4e34f3ee91ffa73f9affa8ed29858c327/src/sentry/db/models/utils.py#L107 strip, replace and lower usages at above is unnecessary because slugify at [utils.py#L106](https://github.com/getsentry/sentry/blob/633990e4e34f3ee91ffa73f9affa8ed29858c327/src/sentry/db/models/utils.py#L106) function handles these steps
sentry/src/sentry/models/organization.py
Line 252 in 633990e
sentry/src/sentry/db/models/utils.py
Line 107 in 633990e
strip, replace and lower usages at above is unnecessary because slugify at utils.py#L106 function handles these steps