Skip to content

Commit 8cfd08f

Browse files
committed
black compliant
1 parent aa54265 commit 8cfd08f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mystbin/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ def __init__(
5656
self,
5757
*,
5858
api_key: str = None,
59-
session: Optional[Union[aiohttp.ClientSession, Type["requests.Session"]]] = None,
59+
session: Optional[
60+
Union[aiohttp.ClientSession, Type["requests.Session"]]
61+
] = None,
6062
) -> None:
6163
self.api_key = api_key
6264
self._are_we_async = session is None or isinstance(

0 commit comments

Comments
 (0)