django-versatileimagefield icon indicating copy to clipboard operation
django-versatileimagefield copied to clipboard

Syntax warnings due to comparison of literals using is

Open tirkarthi opened this issue 4 years ago • 0 comments

find . -iname '*.py' | grep -v example | xargs -P4 -I{} python3.8 -Wall -m py_compile {}
./tests/tests.py:266: SyntaxWarning: "is" with a literal. Did you mean "=="?
  self.jpg.optional_image.field.storage.size(

tirkarthi avatar Jun 05 '20 02:06 tirkarthi