mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-15 07:20:31 +08:00
Remove unnecesary return
This commit is contained in:
parent
3c72055c22
commit
7f63980e47
@ -223,8 +223,6 @@ class Api:
|
||||
def skip(self):
|
||||
shared.state.skip()
|
||||
|
||||
return
|
||||
|
||||
def get_config(self):
|
||||
options = {}
|
||||
for key in shared.opts.data.keys():
|
||||
|
Loading…
Reference in New Issue
Block a user