Skip to content

Commit 0e59ffc

Browse files
🎨 style: organize imports
1 parent 523247d commit 0e59ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22

3-
from . import client, GITHUB_ACCESS_TOKEN
3+
from . import GITHUB_ACCESS_TOKEN, client
44

55

66
@pytest.mark.asyncio

0 commit comments

Comments
 (0)