Skip to content

Commit 15a507e

Browse files
ref: remove unused rest framework JSONField (#96955)
use the rest framework one instead <!-- Describe your PR here. -->
1 parent 5a8a8f0 commit 15a507e

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

src/sentry/api/serializers/rest_framework/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from .dashboard import * # noqa: F401,F403
44
from .environment import * # noqa: F401,F403
55
from .group_notes import * # noqa: F401,F403
6-
from .json import * # noqa: F401,F403
76
from .list import * # noqa: F401,F403
87
from .origin import * # noqa: F401,F403
98
from .project import * # noqa: F401,F403

src/sentry/api/serializers/rest_framework/json.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/sentry/api/serializers/rest_framework/test_json.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)