Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError in cron_job_info.py when trying to byte-compile the marqeta-python module #7

Open
zajacg opened this issue Sep 12, 2023 · 0 comments

Comments

@zajacg
Copy link

zajacg commented Sep 12, 2023

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 probably because the class keyword is being used as a method name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant