Skip to content

Commit e0a37a9

Browse files
committed
Drop 'supports' attribute
1 parent 44b25cd commit e0a37a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi_codec/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
class OpenAPICodec(BaseCodec):
1515
media_type = "application/openapi+json"
16-
supports = ['encoding', 'decoding']
1716

1817
def decode(self, bytes, **options):
1918
"""

0 commit comments

Comments
 (0)