mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
Remove unnecesary return
This commit is contained in:
parent
3c72055c22
commit
7f63980e47
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue