Skip to content

Commit f8ed26a

Browse files
committed
Remove unused parameters
1 parent 350ba38 commit f8ed26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/test_testing/MockTestRunner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(self, filename: str, classname: str, test: str, endpoint: int = 0,
5050
catTags=self.config.controller_cat_tags
5151
)
5252

53-
def set_test(self, filename: str, classname: str, test: str, endpoint: int = 0, pics: dict[str, bool] = {}):
53+
def set_test(self, filename: str, classname: str, test: str):
5454
self.test = test
5555
self.set_test_config()
5656
module = importlib.import_module(Path(os.path.basename(filename)).stem)

0 commit comments

Comments
 (0)