Skip to content
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.

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

@zajacg

Description

@zajacg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions