Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed May 23, 2024
1 parent 77af24d commit 00ba835
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/generate.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<?php
namespace Bunny;

use Bunny\Exception\ClientException;
use Bunny\Protocol\AbstractFrame;
use Bunny\Protocol\ContentBodyFrame;
use Bunny\Protocol\ContentHeaderFrame;
use Bunny\Protocol\HeartbeatFrame;
use React\EventLoop\Loop;
use React\Promise\Deferred;
use function React\Async\await;

require_once __DIR__ . "/../vendor/autoload.php";

Expand Down

0 comments on commit 00ba835

Please sign in to comment.