Python 3.8 does not support list[JobHistoryCatalogEntry] for type hint
xzdandy opened this issue · 0 comments
xzdandy commented
Search before asking
- I have searched the EvaDB issues and found no similar bug report.
Bug
def get_entry_by_job_id(self, job_id: int) -> list[JobHistoryCatalogEntry]:
E TypeError: 'type' object is not subscriptable
Environment
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!