mosquito / aiohttp-xmlrpc

XMLRPC for aiohttp
MIT License
34 stars 19 forks source link

fix: return self in `__aenter__` #51

Closed YXL76 closed 1 year ago

YXL76 commented 1 year ago

ServerProxy's __aenter__ return an aiohttp.client.ClientSession instance, which is confusing.

YXL76 commented 1 year ago

Major issues with pylama have been fixed, so there is no need to continue using pylava.