Remove unused import

This commit is contained in:
Shuvro Roy
2021-05-07 12:45:55 +06:00
parent ca3f8b5702
commit b8103697c9
3 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ use Pest\Support\ChainableClosure;
use Pest\Support\ExceptionTrace;
use Pest\TestSuite;
use PHPUnit\Framework\ExecutionOrderDependency;
use PHPUnit\Util\Test;
use Throwable;
/**