Skip to content

Commit 3f73260

Browse files
lint
1 parent 09ffbe1 commit 3f73260

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/test/util/helpers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,9 @@ import { ByteString } from '../../src/util/byte_string';
8989
import { PlatformSupport } from '../../src/platform/platform';
9090
import { JsonProtoSerializer } from '../../src/remote/serializer';
9191
import { Timestamp } from '../../src/api/timestamp';
92-
import { DocumentReference, Firestore } from '../../src/api/database';
92+
import { DocumentReference } from '../../src/api/database';
9393
import { DeleteFieldValueImpl } from '../../src/api/field_value';
9494
import { Code, FirestoreError } from '../../src/util/error';
95-
import { IndexedDbComponentProvider } from '../../src/core/component_provider';
9695

9796
/* eslint-disable no-restricted-globals */
9897

0 commit comments

Comments
 (0)