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
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-10-12 02:29:44 +0300
committerCampbell Barton <campbell@blender.org>2022-10-12 02:39:12 +0300
commit3f64b886847ac3384bd4303a5c689b486d878636 (patch)
tree3a06c3aa228cb5311e60fb57a08068213cbd4959 /tests
parent984b279ef143c82d1f45cbd3e846aa15bcd47997 (diff)
Cleanup: use function style casts for C++, format & spelling
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_io_curve_svg_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/python/bl_io_curve_svg_test.py b/tests/python/bl_io_curve_svg_test.py
index c67abde5475..092dfa5497a 100644
--- a/tests/python/bl_io_curve_svg_test.py
+++ b/tests/python/bl_io_curve_svg_test.py
@@ -47,7 +47,6 @@ def main():
idiff = args.idiff[0]
output_dir = args.outdir[0]
-
from modules import render_report
report = render_report.Report('IO Curve SVG', output_dir, idiff)
report.set_pixelated(True)