From 23aa1ace92f30e534402e4b1319afb9f87826658 Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 6 Oct 2024 19:01:42 -0400 Subject: [PATCH] Removed Unused Imports --- src/TgBotLib/Bot.php | 1 - src/TgBotLib/Objects/TextQuote.php | 1 - 2 files changed, 2 deletions(-) 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