Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jun 27, 2024
1 parent 87b2009 commit 48d9056
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion musify/api/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def __init__(self, connector: Callable[[], ClientSession], authoriser: APIAuthor
self.wait_max = 1
self._wait_start_logged = False


async def __aenter__(self) -> Self:
if self.closed:
self._session = self._connector()
Expand Down

0 comments on commit 48d9056

Please sign in to comment.