diff options
author | Bruno Seoane <breyxxi@gmail.com> | 2022-11-05 22:09:13 +0000 |
---|---|---|
committer | Bruno Seoane <breyxxi@gmail.com> | 2022-11-05 22:09:13 +0000 |
commit | 7f63980e479c7ffaec907fb659b5024e96eb72e7 (patch) | |
tree | 88808117d48b79e7c0fcddeb9d29e5e9e9c9f35a /modules/api/api.py | |
parent | 3c72055c22425dcde0739b5246e3501f4a3ec794 (diff) | |
download | stable-diffusion-webui-gfx803-7f63980e479c7ffaec907fb659b5024e96eb72e7.tar.gz stable-diffusion-webui-gfx803-7f63980e479c7ffaec907fb659b5024e96eb72e7.tar.bz2 stable-diffusion-webui-gfx803-7f63980e479c7ffaec907fb659b5024e96eb72e7.zip |
Remove unnecesary return
Diffstat (limited to 'modules/api/api.py')
-rw-r--r-- | modules/api/api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/api/api.py b/modules/api/api.py index c7ceb787..33e6c6dc 100644 --- a/modules/api/api.py +++ b/modules/api/api.py @@ -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(): |