diff --git a/src/TgBotLib/Bot.php b/src/TgBotLib/Bot.php index b38ac9b..ba6b683 100644 --- a/src/TgBotLib/Bot.php +++ b/src/TgBotLib/Bot.php @@ -12,7 +12,6 @@ use InvalidArgumentException; use TgBotLib\Enums\Methods; use TgBotLib\Exceptions\TelegramException; - use TgBotLib\Interfaces\ObjectTypeInterface; class Bot { diff --git a/src/TgBotLib/Objects/TextQuote.php b/src/TgBotLib/Objects/TextQuote.php index 8ca2188..4b0fe6e 100644 --- a/src/TgBotLib/Objects/TextQuote.php +++ b/src/TgBotLib/Objects/TextQuote.php @@ -2,7 +2,6 @@ namespace TgBotLib\Objects; -use SebastianBergmann\CodeCoverage\Report\Text; use TgBotLib\Interfaces\ObjectTypeInterface; class TextQuote implements ObjectTypeInterface