Remove unnecessary imports

This commit is contained in:
Joas Schilling 2016-03-11 10:53:28 +01:00
parent d78357c210
commit 957a13d879
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
use Behat\Behat\Context\Context;
use Behat\Behat\Context\SnippetAcceptingContext;
use GuzzleHttp\Client;
use GuzzleHttp\Message\ResponseInterface;
require __DIR__ . '/../../vendor/autoload.php';