mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix coverage
This commit is contained in:
parent
f5684aef07
commit
3aa68a93d1
72 changed files with 72 additions and 72 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue