Fix issue with tests + some cleaning.

This commit is contained in:
grossmj
2021-03-31 09:58:52 +10:30
parent fd844c309e
commit 91920e5a5b
7 changed files with 17 additions and 40 deletions

View File

@ -110,11 +110,6 @@ class Compute:
self._http_session = aiohttp.ClientSession(connector=connector)
return self._http_session
#def __del__(self):
#
# if self._http_session:
# self._http_session.close()
def _set_auth(self, user, password):
"""
Set authentication parameters