From 28128f3827e810886fac74238987af9e48156971 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Tue, 25 Jan 2022 15:14:12 +0100 Subject: [PATCH] flake8: new line at the end --- openpype/hosts/nuke/plugins/load/load_clip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/nuke/plugins/load/load_clip.py b/openpype/hosts/nuke/plugins/load/load_clip.py index 13fa4f84c5..4fc49e4cee 100644 --- a/openpype/hosts/nuke/plugins/load/load_clip.py +++ b/openpype/hosts/nuke/plugins/load/load_clip.py @@ -404,4 +404,4 @@ class LoadClip(plugin.NukeLoader): node["colorspace"].setValue(iio_colorspace) output_color = iio_colorspace - return output_color \ No newline at end of file + return output_color