Skip to content

Commit

Permalink
remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBatSilva committed Mar 31, 2015
1 parent 78dc988 commit 2a244fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace RiakClientFunctionalTest\Command\Kv;

use RiakClientFunctionalTest\TestCase;
use Riak\Client\RiakOption;
use Riak\Client\Command\Kv\FetchValue;
use Riak\Client\Command\Kv\StoreValue;
use Riak\Client\Core\Query\RiakObject;
Expand Down
5 changes: 2 additions & 3 deletions tests/RiakClientFunctionalTest/Command/Kv/RiakObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

namespace RiakClientFunctionalTest\Command\Kv;

use RiakClientFunctionalTest\TestCase;
use Riak\Client\RiakOption;
use RiakClientFunctionalTest\TestCase;
use Riak\Client\Command\Kv\FetchValue;
use Riak\Client\Command\Kv\StoreValue;
use Riak\Client\Core\Query\RiakObject;
use Riak\Client\Command\Kv\DeleteValue;
use Riak\Client\Core\Query\RiakLocation;
use Riak\Client\Core\Query\RiakNamespace;
use Riak\Client\Core\Query\BucketProperties;
use Riak\Client\Command\Bucket\StoreBucketProperties;
use RiakClientFixture\Domain\SimpleObject;
use Riak\Client\Command\Bucket\StoreBucketProperties;

abstract class RiakObjectTest extends TestCase
{
Expand Down

0 comments on commit 2a244fb

Please sign in to comment.