Here is my code, I don't see any issue with this.
def test_methopd(async=False):
pass
When I import the module I am getting following error.
$ python3 -c "import test"
File "/Users/gaurang.shah/Documents/ctc/code/ci-cd-framework/atf/clients/test.py", line 1
def test_methopd(async=False):
^
SyntaxError: invalid syntax
The code works perfectly fine with Python 3.4.9 however gives error with Python 3.7.0