Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
takos22 committed Nov 19, 2023
1 parent c99f987 commit cbd8278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/async/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest
from dotenv import load_dotenv

from codingame import Client, ClashOfCode
from codingame import ClashOfCode, Client
from codingame.client.async_ import AsyncClient

load_dotenv()
Expand Down
2 changes: 1 addition & 1 deletion tests/sync/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest
from dotenv import load_dotenv

from codingame import Client, ClashOfCode
from codingame import ClashOfCode, Client
from codingame.client.sync import SyncClient

load_dotenv()
Expand Down

0 comments on commit cbd8278

Please sign in to comment.