Fix mypy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michel Roux 2022-06-23 15:30:11 +02:00
parent c3f892637a
commit 95903c328b

View File

@ -1,3 +1,3 @@
from .bot import run
from .bot import run # type: ignore
run()