Skip to content

Commit 7449c01

Browse files
committed
Fixed linting
1 parent 48d56ed commit 7449c01

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/auth/src/api/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import {
4141
import { ServerError } from './errors';
4242
import { SDK_VERSION } from '@firebase/app';
4343
import { _getBrowserName } from '../core/util/browser';
44-
import { FetchProvider } from '../../internal';
4544

4645
use(sinonChai);
4746
use(chaiAsPromised);

packages/auth/src/core/auth/emulator.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import { Endpoint } from '../../api';
2929
import { UserInternal } from '../../model/user';
3030
import { _castAuth } from './auth_impl';
3131
import { connectAuthEmulator } from './emulator';
32-
import { FetchProvider } from '../util/fetch_provider';
3332

3433
use(sinonChai);
3534
use(chaiAsPromised);
@@ -39,7 +38,6 @@ describe('core/auth/emulator', () => {
3938
let user: UserInternal;
4039
let normalEndpoint: fetch.Route;
4140
let emulatorEndpoint: fetch.Route;
42-
let spy: sinon.SinonSpy;
4341

4442
beforeEach(async () => {
4543
auth = await testAuth();

0 commit comments

Comments
 (0)