PyFlask_2k18/datatypes/examples/string.py contains lots of syntax errors.
Activity
akshitgrover commentedon Oct 3, 2018
Thank you for your feedback @cclauss
Will surely look into this.
cclauss commentedon Oct 3, 2018
It is easy to run these tests on a local machine:
cclauss commentedon Oct 3, 2018
flake8 testing of https://github.com/ACM-VIT/PyFlask_2k18 on Python 3.7.0
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics