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 InvalidArgumentException;
|
||||||
use TgBotLib\Enums\Methods;
|
use TgBotLib\Enums\Methods;
|
||||||
use TgBotLib\Exceptions\TelegramException;
|
use TgBotLib\Exceptions\TelegramException;
|
||||||
use TgBotLib\Interfaces\ObjectTypeInterface;
|
|
||||||
|
|
||||||
class Bot
|
class Bot
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace TgBotLib\Objects;
|
namespace TgBotLib\Objects;
|
||||||
|
|
||||||
use SebastianBergmann\CodeCoverage\Report\Text;
|
|
||||||
use TgBotLib\Interfaces\ObjectTypeInterface;
|
use TgBotLib\Interfaces\ObjectTypeInterface;
|
||||||
|
|
||||||
class TextQuote implements ObjectTypeInterface
|
class TextQuote implements ObjectTypeInterface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue