[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
Этот коммит содержится в:
pre-commit-ci[bot] 2023-04-19 07:51:42 +00:00
родитель 22274ced21
Коммит 903b1df644
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -25,6 +25,8 @@ def get_testdict(get_path):
"IMG_2809": {"filename": get_path + "IMG_2809.png"},
}
return testdict
@pytest.fixture
def get_test_my_dict(get_path):
test_my_dict = {

Просмотреть файл

@ -445,8 +445,7 @@ def test_parsing_images(
@pytest.mark.long
def test_itm(get_test_my_dict ,get_path):
def test_itm(get_test_my_dict, get_path):
search_query3 = [
{"text_input": "A bus"},
{"image": get_path + "IMG_3758.png"},
@ -492,7 +491,6 @@ def test_itm(get_test_my_dict ,get_path):
@pytest.mark.long
def test_itm_blip2_coco(get_test_my_dict, get_path):
search_query3 = [
{"text_input": "A bus"},
{"image": get_path + "IMG_3758.png"},