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
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
https://github.com/kennethreitz-archive/clint/blob/9d3693d644b8587d985972b6075d970096f6439e/clint/textui/prompt.py#L69
This line uses 'is not' to compare variable with string literal. This should be '=' and in python 3.8 and later raises following warning.
SyntaxWarning: "is not" with a literal. Did you mean "!="?
The text was updated successfully, but these errors were encountered: