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 22ff329 commit ada5a1fCopy full SHA for ada5a1f
tests/sentry/db/models/test_base.py
@@ -1,6 +1,5 @@
1
from unittest import TestCase
2
3
-from sentry.data_secrecy.models import DataSecrecyWaiver
4
from sentry.db.models import DefaultFieldsModelExisting
5
from sentry.integrations.models import Integration, RepositoryProjectPathConfig
6
from sentry.models.groupsearchview import GroupSearchView
@@ -39,7 +38,6 @@ def test(self):
39
38
BaseImportChunk,
40
ControlImportChunk,
41
ControlImportChunkReplica,
42
- DataSecrecyWaiver,
43
GroupSearchView,
44
Integration,
45
NotificationSettingBase,
0 commit comments