Akjava commited on
Commit
b49ce61
·
verified ·
1 Parent(s): 801fec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -101,7 +101,6 @@ def respond(
101
  # Custom exception handling
102
  raise CustomExceptionHandling(e, sys) from e
103
 
104
- return None
105
 
106
 
107
 
 
101
  # Custom exception handling
102
  raise CustomExceptionHandling(e, sys) from e
103
 
 
104
 
105
 
106