Skip to content

Commit

Permalink
Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Apr 19, 2022
1 parent 312ee87 commit 134336f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiotractive/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__( # pylint: disable=too-many-arguments

if self.session is None:
loop = loop or asyncio.get_event_loop()
self.session = aiohttp.ClientSession(loop=loop)
self.session = aiohttp.ClientSession()
self._close_session = True

self._user_credentials = None
Expand Down

0 comments on commit 134336f

Please sign in to comment.