We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99f987 commit cbd8278Copy full SHA for cbd8278
tests/async/conftest.py
@@ -3,7 +3,7 @@
3
import pytest
4
from dotenv import load_dotenv
5
6
-from codingame import Client, ClashOfCode
+from codingame import ClashOfCode, Client
7
from codingame.client.async_ import AsyncClient
8
9
load_dotenv()
tests/sync/conftest.py
from codingame.client.sync import SyncClient
0 commit comments