[E225] Missing whitespace around operator

hyuckhoon.ko·2020년 8월 18일
0

What I learned in wecode

목록 보기
105/109

코드

docker-compose run app sh -c "python manage.py test && flake8"

결과

----------------------------------------------------------------------
Ran 2 tests in 0.002s
OK
Destroying test database for alias 'default'...


참고자료:https://www.flake8rules.com/rules/E225.html

0개의 댓글