Skip to content

Commit

Permalink
remove unneeded return from #7583
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Feb 19, 2023
1 parent 563724f commit b908bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def sd_vae_items():
def refresh_vae_list():
import modules.sd_vae

return modules.sd_vae.refresh_vae_list()
modules.sd_vae.refresh_vae_list()

0 comments on commit b908bed

Please sign in to comment.