Closed iveL91 closed 4 years ago
Fixed
/app/helper.py:54: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(indices) is 0:
In what condition does it fail?
This warning occurred when running the Docker container as described in the README.
Fixed