Skip to content

Commit 17c3531

Browse files
committed
fix import
1 parent 04e4b54 commit 17c3531

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
@@ -7,7 +7,7 @@
77
from sentry import features
88
from sentry.models.options.organization_option import OrganizationOption
99
from sentry.models.organizationmember import OrganizationMember
10-
from sentry.models.organizationmemberreplayaccess import OrganizationMemberReplayAccess
10+
from sentry.replays.models import OrganizationMemberReplayAccess
1111

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

0 commit comments

Comments
 (0)