feat: 10865 fix conflict

This commit is contained in:
Volodymyr Kochetkov 2024-02-05 19:02:40 +02:00
parent 48ded39b77
commit 79f934ff08
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
# mypy: allow-untyped-defs
import sys
from typing import List
from typing import Optional
from typing import Type
import sys
import warnings
from _pytest.pytester import Pytester