Skip to content

Commit

Permalink
Remove unused use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 10, 2015
1 parent 710c5f3 commit a7ce4c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Promise/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Icicle\Loop;
use Icicle\Promise\Exception\InvalidArgumentError;
use Icicle\Promise\Exception\MultiReasonException;
use Icicle\Promise\Exception\UnresolvedError;
use Icicle\Promise\Structures\FulfilledPromise;
use Icicle\Promise\Structures\LazyPromise;
use Icicle\Promise\Structures\RejectedPromise;
Expand Down

0 comments on commit a7ce4c4

Please sign in to comment.