Bikatr7 commited on
Commit
da09a1f
1 Parent(s): 69ec0e8

change pass to return keyword

Browse files
Files changed (1) hide show
  1. webgui.py +1 -1
webgui.py CHANGED
@@ -201,7 +201,7 @@ class KudasaiGUI:
201
 
202
  ## we don't want to store api keys in hugging space
203
  if(FileEnsurer.is_hugging_space()):
204
- pass
205
 
206
  method_to_path = {
207
  "openai": FileEnsurer.openai_api_key_path,
 
201
 
202
  ## we don't want to store api keys in hugging space
203
  if(FileEnsurer.is_hugging_space()):
204
+ return
205
 
206
  method_to_path = {
207
  "openai": FileEnsurer.openai_api_key_path,