Grzegorz Zajac
Results
1
issues of
Grzegorz Zajac
I'm getting `SyntaxError: invalid syntax` when trying to byte-compile the `marqeta-python` module with `python -m compileall`: ``` File "../venv/lib/python3.11/site-packages/marqeta/response_models/cron_job_info.py", line 35 def class(self): ^^^^^ SyntaxError: invalid syntax ``` This is...