Mypy fix
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Michel Roux 2023-01-11 13:40:03 +01:00
parent 684f4b9891
commit d20fff0807

View File

@ -9,7 +9,7 @@ steps:
- pip install poetry - pip install poetry
- poetry install - poetry install
- poetry run flake8 - poetry run flake8
- poetry run mypy - poetry run mypy .
- name: epub - name: epub
image: python:3.11.1 image: python:3.11.1
commands: commands: