1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-04 02:17:44 +01:00

Remove unused import

This commit is contained in:
Aaron Piotrowski 2020-05-22 18:39:03 -05:00
parent 43c8dab5c2
commit 47275f7cdb
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -11,7 +11,6 @@ use Amp\Postgres\Listener;
use Amp\Postgres\QueryExecutionError; use Amp\Postgres\QueryExecutionError;
use Amp\Postgres\Transaction; use Amp\Postgres\Transaction;
use Amp\Promise; use Amp\Promise;
use Amp\Sql\Common\CommandResult;
use Amp\Sql\QueryError; use Amp\Sql\QueryError;
use Amp\Sql\Result; use Amp\Sql\Result;
use Amp\Sql\Statement; use Amp\Sql\Statement;