Removed Unused Imports
This commit is contained in:
parent
49db80523f
commit
23aa1ace92
2 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@
|
|||
use InvalidArgumentException;
|
||||
use TgBotLib\Enums\Methods;
|
||||
use TgBotLib\Exceptions\TelegramException;
|
||||
use TgBotLib\Interfaces\ObjectTypeInterface;
|
||||
|
||||
class Bot
|
||||
{
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace TgBotLib\Objects;
|
||||
|
||||
use SebastianBergmann\CodeCoverage\Report\Text;
|
||||
use TgBotLib\Interfaces\ObjectTypeInterface;
|
||||
|
||||
class TextQuote implements ObjectTypeInterface
|
||||
|
|
Loading…
Add table
Reference in a new issue