File tree 2 files changed +3
-3
lines changed
tests/v3/compatibility_suite
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
import shutil
9
9
import subprocess
10
- from collections .abc import Generator
11
10
from pathlib import Path
12
- from typing import Any , Union
11
+ from typing import Any , Generator , Union
13
12
14
13
import pytest
15
14
from testcontainers .compose import DockerCompose # type: ignore[import-untyped]
Original file line number Diff line number Diff line change @@ -31,12 +31,13 @@ def _():
31
31
from collections .abc import Collection , Mapping
32
32
from datetime import date , datetime , time
33
33
from pathlib import Path
34
- from typing import Any , Self
34
+ from typing import Any
35
35
from xml .etree import ElementTree
36
36
37
37
import flask
38
38
from flask import request
39
39
from multidict import MultiDict
40
+ from typing_extensions import Self
40
41
from yarl import URL
41
42
42
43
if typing .TYPE_CHECKING :
You can’t perform that action at this time.
0 commit comments