Describe the bug
A clear and concise description of what the bug is.
bavapi.studies and bavapi.Client.studies have the wrong type annotation for year_numbers. It is typing.Optional[int] but should be bavapi.typing.OptionalListOr[int]
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. Windows]
- IDE [e.g. Jupyter, VSCode]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
A clear and concise description of what the bug is.
bavapi.studiesandbavapi.Client.studieshave the wrong type annotation foryear_numbers. It istyping.Optional[int]but should bebavapi.typing.OptionalListOr[int]To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.