marqeta-python
marqeta-python copied to clipboard
Marqeta Python SDK
Results
2
marqeta-python issues
Sort by
recently updated
recently updated
newest added
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...