Fix coverage

This commit is contained in:
Alex Root Junior 2020-06-14 18:21:54 +03:00
parent f5684aef07
commit 3aa68a93d1
72 changed files with 72 additions and 72 deletions

View file

@ -5,7 +5,7 @@ from typing import TYPE_CHECKING, Any, Dict, Optional, Union
from ..types import InlineKeyboardMarkup, Message
from .base import Request, TelegramMethod
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from ..client.bot import Bot