mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-15 07:34:26 -04:00
Small fixes, Add checks
This commit is contained in:
parent
8dc6cd71cd
commit
e8531f3faf
6 changed files with 58 additions and 15 deletions
|
@ -27,11 +27,11 @@ class HonBaseConnectionHandler:
|
|||
|
||||
@asynccontextmanager
|
||||
async def get(self, *args, **kwargs):
|
||||
raise NotImplemented
|
||||
raise NotImplementedError
|
||||
|
||||
@asynccontextmanager
|
||||
async def post(self, *args, **kwargs):
|
||||
raise NotImplemented
|
||||
raise NotImplementedError
|
||||
|
||||
async def close(self):
|
||||
await self._session.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue