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/environment.py')
-rw-r--r--tests/performance/api/environment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/performance/api/environment.py b/tests/performance/api/environment.py
index 7c4e5e761a6..c9ddd493394 100644
--- a/tests/performance/api/environment.py
+++ b/tests/performance/api/environment.py
@@ -15,6 +15,7 @@ from typing import Callable, Dict, List
from .config import TestConfig
from .device import TestMachine
+
class TestEnvironment:
def __init__(self, blender_git_dir: pathlib.Path, base_dir: pathlib.Path):
self.blender_git_dir = blender_git_dir