Fix mypy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-06-23 15:30:11 +02:00
parent c3f892637a
commit 95903c328b
1 changed files with 1 additions and 1 deletions

View File

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