Skip to content

Commit 1437531

Browse files
committed
Isort test_graphql_client.py
1 parent 3c610a1 commit 1437531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_graphql_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tests for main graphql client module."""
22

3-
from unittest import TestCase, IsolatedAsyncioTestCase
4-
from unittest.mock import patch, MagicMock, AsyncMock
3+
from unittest import IsolatedAsyncioTestCase, TestCase
4+
from unittest.mock import AsyncMock, MagicMock, patch
55

66
from aiohttp import web
77
from requests.exceptions import HTTPError

0 commit comments

Comments
 (0)