From 646f8bdb4801b0376b3e4bd01bbac49a51c99940 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Jul 2018 07:12:24 +0200 Subject: Cleanup: pep8 --- tests/python/view_layer/test_scene_copy_c.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/python/view_layer/test_scene_copy_c.py') diff --git a/tests/python/view_layer/test_scene_copy_c.py b/tests/python/view_layer/test_scene_copy_c.py index c9bb0924848..57c875c047c 100644 --- a/tests/python/view_layer/test_scene_copy_c.py +++ b/tests/python/view_layer/test_scene_copy_c.py @@ -23,9 +23,9 @@ class UnitTesting(ViewLayerTesting): filepath_layers_json_copy = os.path.join(ROOT, 'layers_copy_full.json') self.do_scene_copy( - filepath_layers_json_copy, - 'FULL_COPY', - (get_scene_collections, get_layers)) + filepath_layers_json_copy, + 'FULL_COPY', + (get_scene_collections, get_layers)) # ############################################################ -- cgit v1.2.3