diff --git a/openapify/plugin.py b/openapify/plugin.py index 4c2c6d4..ee47f15 100644 --- a/openapify/plugin.py +++ b/openapify/plugin.py @@ -18,13 +18,6 @@ def schema_helper( ) -> Optional[Dict[str, Any]]: raise NotImplementedError - def examples_helper( - self, - definition: Union[Body, Cookie, Header, QueryParam], - name: Optional[str] = None, - ) -> Optional[Dict[str, Any]]: - raise NotImplementedError - def media_type_helper( self, body: Body, schema: Dict[str, Any] ) -> Optional[str]: