Skip to content

Commit a78953b

Browse files
committed
linter
1 parent aa9a0bf commit a78953b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/e2e-playwright/tests/metamodeling/test_response_surface_modeling.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# pylint: disable=logging-fstring-interpolation
2+
# pylint:disable=no-value-for-parameter
3+
# pylint:disable=protected-access
4+
# pylint:disable=redefined-outer-name
5+
# pylint:disable=too-many-arguments
6+
# pylint:disable=too-many-statements
7+
# pylint:disable=unused-argument
8+
# pylint:disable=unused-variable
9+
110
import json
211
import logging
312
import re
@@ -92,7 +101,7 @@ def test_response_surface_modeling(
92101
service_version: str | None,
93102
product_url: AnyUrl,
94103
is_service_legacy: bool,
95-
create_function_from_project: Callable[..., dict[str, Any]],
104+
create_function_from_project: Callable[[Page, str], dict[str, Any]],
96105
):
97106
# 1. create the initial study with jsonifier
98107
with log_context(logging.INFO, "Create new study for function"):

0 commit comments

Comments
 (0)