We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce468ae commit e654247Copy full SHA for e654247
src/sentry/replays/permissions.py
@@ -5,9 +5,9 @@
5
from django.contrib.auth.models import AnonymousUser
6
7
from sentry import features
8
+from sentry.models.options.organization_option import OrganizationOption
9
from sentry.models.organizationmember import OrganizationMember
10
from sentry.models.organizationmemberreplayaccess import OrganizationMemberReplayAccess
-from sentry.models.organizationoption import OrganizationOption
11
12
if TYPE_CHECKING:
13
from sentry.models.organization import Organization
0 commit comments