Skip to content

Commit

Permalink
Remove examples_helper for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Jan 30, 2024
1 parent c514196 commit b3d04c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions openapify/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit b3d04c3

Please sign in to comment.