Skip to content

Commit

Permalink
Remove: Unnecessary method
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Ricks <[email protected]>
  • Loading branch information
2 people authored and greenbonebot committed Nov 10, 2023
1 parent edb0be3 commit 9c406a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pontos/nvd/cve_change_history/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,3 @@ async def __aenter__(self) -> "CVEChangeHistoryApi":
await super().__aenter__()
return self

async def __aexit__(
self,
exc_type: Optional[Type[BaseException]],
exc_value: Optional[BaseException],
traceback: Optional[TracebackType],
) -> Optional[bool]:
return await super().__aexit__( # type: ignore
exc_type, exc_value, traceback
)

0 comments on commit 9c406a9

Please sign in to comment.