Skip to content

Commit 1e0e7b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1eed494 commit 1e0e7b5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/test_client_middleware_digest_auth.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
)
2525
from aiohttp.client_reqrep import ClientResponse
2626
from aiohttp.payload import BytesIOPayload
27-
from aiohttp.pytest_plugin import AiohttpServer
27+
from aiohttp.pytest_plugin import AiohttpServer, get_flaky_threshold
2828
from aiohttp.web import Application, Request, Response
29-
from aiohttp.pytest_plugin import get_flaky_threshold
3029

3130

3231
@pytest.fixture

tests/test_imports.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
import platform
33
import sys
44
from pathlib import Path
5+
56
import pytest
7+
68
from aiohttp.pytest_plugin import get_flaky_threshold
79

810

0 commit comments

Comments
 (0)