Skip to content

Commit b00494e

Browse files
committed
Fix lint errors
1 parent d62f9cc commit b00494e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/firestore/src/core/bundle.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,15 @@ import * as bundleProto from '../protos/firestore_bundle_proto';
2828
import * as api from '../protos/firestore_proto_api';
2929
import { DocumentKey } from '../model/document_key';
3030
import { MaybeDocument, NoDocument } from '../model/document';
31-
import { debugAssert, debugCast } from '../util/assert';
31+
import { debugAssert } from '../util/assert';
3232
import {
3333
applyBundleDocuments,
3434
getQueryDocumentMapping,
3535
LocalStore,
3636
saveNamedQuery
3737
} from '../local/local_store';
3838
import { SizedBundleElement } from '../util/bundle_reader';
39-
import {
40-
documentKeySet,
41-
DocumentKeySet,
42-
MaybeDocumentMap
43-
} from '../model/collections';
39+
import { MaybeDocumentMap } from '../model/collections';
4440
import { BundleMetadata } from '../protos/firestore_bundle_proto';
4541

4642
/**

0 commit comments

Comments
 (0)