Skip to content

Commit cbd8278

Browse files
committed
Format
1 parent c99f987 commit cbd8278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/async/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44
from dotenv import load_dotenv
55

6-
from codingame import Client, ClashOfCode
6+
from codingame import ClashOfCode, Client
77
from codingame.client.async_ import AsyncClient
88

99
load_dotenv()

tests/sync/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44
from dotenv import load_dotenv
55

6-
from codingame import Client, ClashOfCode
6+
from codingame import ClashOfCode, Client
77
from codingame.client.sync import SyncClient
88

99
load_dotenv()

0 commit comments

Comments
 (0)