From b3d04c3a995fc4d2e863478020844ac7d76836d0 Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Tue, 30 Jan 2024 21:42:47 +0300 Subject: [PATCH] Remove examples_helper for now --- openapify/plugin.py | 7 ------- 1 file changed, 7 deletions(-) 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]: