Skip to content

Commit 4d4c23a

Browse files
committed
fix lint errors
1 parent b54a402 commit 4d4c23a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/auth/src/core/providers/oauth.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import { UserCredentialImpl } from '../user/user_credential_impl';
2727
import { _createError } from '../util/assert';
2828
import { OAuthProvider } from './oauth';
2929
import { OAuthCredential } from '../credentials/oauth';
30-
import sinon from 'sinon';
3130

3231
describe('core/providers/oauth', () => {
3332
const callMethod = (tokenResponse: any) => {

0 commit comments

Comments
 (0)