File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 40
40
from sentry .locks import locks
41
41
from sentry .models .grouplink import GroupLink
42
42
from sentry .models .team import Team
43
- from sentry .monitors .models import MonitorEnvironment , MonitorStatus
44
43
from sentry .notifications .services import notifications_service
45
44
from sentry .users .services .user import RpcUser
46
45
from sentry .users .services .user .service import user_service
@@ -503,7 +502,7 @@ def transfer_to(self, organization):
503
502
from sentry .models .releaseprojectenvironment import ReleaseProjectEnvironment
504
503
from sentry .models .releases .release_project import ReleaseProject
505
504
from sentry .models .rule import Rule
506
- from sentry .monitors .models import Monitor
505
+ from sentry .monitors .models import Monitor , MonitorEnvironment , MonitorStatus
507
506
from sentry .snuba .models import SnubaQuery
508
507
509
508
old_org_id = self .organization_id
You can’t perform that action at this time.
0 commit comments