Skip to content

Commit e654247

Browse files
committed
wrong import
1 parent ce468ae commit e654247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/replays/permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from django.contrib.auth.models import AnonymousUser
66

77
from sentry import features
8+
from sentry.models.options.organization_option import OrganizationOption
89
from sentry.models.organizationmember import OrganizationMember
910
from sentry.models.organizationmemberreplayaccess import OrganizationMemberReplayAccess
10-
from sentry.models.organizationoption import OrganizationOption
1111

1212
if TYPE_CHECKING:
1313
from sentry.models.organization import Organization

0 commit comments

Comments
 (0)