Skip to content

Commit e28ba5d

Browse files
committed
Fix tox error
1 parent 0a91c56 commit e28ba5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

loading_sdk/async_api.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ async def async_loading_api_client(email=None, password=None):
1818

1919

2020
class AsyncLoadingApiClient:
21-
"""An async client that allows python apps to easily communicate with the loading forums web api.
21+
"""
22+
An async client that allows python apps to easily communicate with the loading forums web api.
2223
2324
Some methods can be used anonymously, while others require the client to be authenticated
2425
with user credentials.

0 commit comments

Comments
 (0)