You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...]/.local/lib/python3.10/site-packages/scipdf/pdf/parse_pdf.py:114: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if middlename is not "":
The text was updated successfully, but these errors were encountered:
Thank you for bringing this! I'm happy to inform you that your concern has been addressed with the recent pull request #21. The syntax warnings you reported have been fixed in the parse_pdf.py file.
Specifically, the pull request addressed the following warnings:
parse_pdf.py:126: "is not" with a literal.
parse_pdf.py:213: "is not" with a literal.
parse_pdf.py:241: "is" with a literal.
parse_pdf.py:254: "is not" with a literal.
parse_pdf.py:303: "is not" with a literal.
mypy throws these warnings.
Are you interested in a PR that fixes this?
The text was updated successfully, but these errors were encountered: