Fix indentation (shush hound)

This commit is contained in:
Roy Nieterau 2022-08-30 17:02:55 +02:00
parent f9c214e435
commit 37b2d85aa7

View file

@ -513,7 +513,7 @@ class MayaSubmitDeadline(pyblish.api.InstancePlugin):
rs_include_lights = instance.data.get("renderSetupIncludeLights")
if rs_include_lights is not None:
self.payload_skeleton["PluginInfo"]["RenderSetupIncludeLights"] = (
rs_include_lights
rs_include_lights
)
else:
self.payload_skeleton["PluginInfo"].pop("RenderSetupIncludeLights")