mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
Remove unnecesary return
This commit is contained in:
@@ -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():
|
||||
|
Reference in New Issue
Block a user