Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/performance/api/test.py')
-rw-r--r--tests/performance/api/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance/api/test.py b/tests/performance/api/test.py
index 72e72463cd1..d3ec092f78d 100644
--- a/tests/performance/api/test.py
+++ b/tests/performance/api/test.py
@@ -32,7 +32,7 @@ class Test:
class TestCollection:
- def __init__(self, env, names_filter: List=['*'], categories_filter: List=['*']):
+ def __init__(self, env, names_filter: List = ['*'], categories_filter: List = ['*']):
import importlib
import pkgutil
import tests