This repository was archived by the owner on Jan 9, 2026. It is now read-only.
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
cron_job_info.py when trying to byte-compile the marqeta-python module #7
I'm getting
SyntaxError: invalid syntaxwhen trying to byte-compile themarqeta-pythonmodule withpython -m compileall:This is probably because the
classkeyword is being used as a method name.