Skip to content

Commit c7493c7

Browse files
asottile-sentryandrewshie-sentry
authored andcommitted
ref: remove unused rest framework JSONField (#96955)
use the rest framework one instead <!-- Describe your PR here. -->
1 parent 75422cf commit c7493c7

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)