mirror of
https://github.com/vladmandic/automatic
synced 2026-09-02 02:50:47 +02:00
lint fixes
This commit is contained in:
@@ -9,10 +9,10 @@ class ScriptPostprocessingForMainUI(scripts.Script):
|
||||
def title(self):
|
||||
return self.script.name
|
||||
|
||||
def show(self, is_img2img):
|
||||
def show(self, is_img2img): # pylint: disable=unused-argument
|
||||
return scripts.AlwaysVisible
|
||||
|
||||
def ui(self, is_img2img):
|
||||
def ui(self, is_img2img): # pylint: disable=unused-argument
|
||||
self.postprocessing_controls = self.script.ui()
|
||||
return self.postprocessing_controls.values()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user