Skip to content

Commit ada5a1f

Browse files
committed
🧪 test: fix test
1 parent 22ff329 commit ada5a1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/sentry/db/models/test_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from unittest import TestCase
22

3-
from sentry.data_secrecy.models import DataSecrecyWaiver
43
from sentry.db.models import DefaultFieldsModelExisting
54
from sentry.integrations.models import Integration, RepositoryProjectPathConfig
65
from sentry.models.groupsearchview import GroupSearchView
@@ -39,7 +38,6 @@ def test(self):
3938
BaseImportChunk,
4039
ControlImportChunk,
4140
ControlImportChunkReplica,
42-
DataSecrecyWaiver,
4341
GroupSearchView,
4442
Integration,
4543
NotificationSettingBase,

0 commit comments

Comments
 (0)