Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Aug 25, 2023
1 parent 840c7a6 commit 4fb4bfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ApplicationDefaultCredentialsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

use DomainException;
use Google\Auth\ApplicationDefaultCredentials;
use Google\Auth\CredentialSource;
use Google\Auth\Credentials\ExternalAccountCredentials;
use Google\Auth\Credentials\GCECredentials;
use Google\Auth\Credentials\ServiceAccountCredentials;
use Google\Auth\CredentialsLoader;
use Google\Auth\CredentialSource;
use Google\Auth\GCECache;
use GuzzleHttp\Psr7;
use GuzzleHttp\Psr7\Response;
Expand Down
1 change: 0 additions & 1 deletion tests/OAuth2Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Firebase\JWT\JWT;
use Firebase\JWT\Key;
use Google\Auth\CredentialSourceInterface;
use Google\Auth\FetchAuthTokenInterface;
use Google\Auth\OAuth2;
use GuzzleHttp\Psr7\Query;
use GuzzleHttp\Psr7\Response;
Expand Down

0 comments on commit 4fb4bfd

Please sign in to comment.