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 3c610a1 commit 1437531Copy full SHA for 1437531
tests/test_graphql_client.py
@@ -1,7 +1,7 @@
1
"""Tests for main graphql client module."""
2
3
-from unittest import TestCase, IsolatedAsyncioTestCase
4
-from unittest.mock import patch, MagicMock, AsyncMock
+from unittest import IsolatedAsyncioTestCase, TestCase
+from unittest.mock import AsyncMock, MagicMock, patch
5
6
from aiohttp import web
7
from requests.exceptions import HTTPError
0 commit comments