Removed Unused Imports

This commit is contained in:
netkas 2024-10-06 19:01:42 -04:00
parent 49db80523f
commit 23aa1ace92
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@
use InvalidArgumentException;
use TgBotLib\Enums\Methods;
use TgBotLib\Exceptions\TelegramException;
use TgBotLib\Interfaces\ObjectTypeInterface;
class Bot
{

View file

@ -2,7 +2,6 @@
namespace TgBotLib\Objects;
use SebastianBergmann\CodeCoverage\Report\Text;
use TgBotLib\Interfaces\ObjectTypeInterface;
class TextQuote implements ObjectTypeInterface