mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 03:32:37 +00:00
Remove unnecesary return
This commit is contained in:
@@ -223,8 +223,6 @@ class Api:
|
|||||||
def skip(self):
|
def skip(self):
|
||||||
shared.state.skip()
|
shared.state.skip()
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
def get_config(self):
|
def get_config(self):
|
||||||
options = {}
|
options = {}
|
||||||
for key in shared.opts.data.keys():
|
for key in shared.opts.data.keys():
|
||||||
|
Reference in New Issue
Block a user