Skip to content

Commit

Permalink
Removed redundant namespace imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
gebn committed May 11, 2015
1 parent 5f16916 commit 207f993
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Exceptions/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Brush\Exceptions {

use \Brush\Exceptions\BrushException;

/**
* Represents an error returned to us by Pastebin's API.
* @author George Brighton
Expand Down
1 change: 0 additions & 1 deletion Pastes/Trending.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Brush\Pastes {

use \Brush\Pastes\Paste;
use \Brush\Accounts\Developer;
use \Brush\Utilities\ApiRequest;

Expand Down

0 comments on commit 207f993

Please sign in to comment.