From 332a856b7017ee85bfe67879b21ea32fe1e7518b Mon Sep 17 00:00:00 2001 From: Patrick Rodgers Date: Tue, 30 Jan 2024 09:49:52 -0500 Subject: [PATCH] update for graph taxonomy get children, test recording doc --- packages/graph/taxonomy/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/graph/taxonomy/types.ts b/packages/graph/taxonomy/types.ts index 9ce3fc7cc..7e4858b1c 100644 --- a/packages/graph/taxonomy/types.ts +++ b/packages/graph/taxonomy/types.ts @@ -1,7 +1,6 @@ import { IAddable, IDeleteable, IGetById, IUpdateable, addable, defaultPath, deleteable, getById, updateable } from "../../graph/decorators.js"; import { _GraphInstance, graphInvokableFactory, _GraphCollection } from "../graphqueryable.js"; import { TermStore as ITermStoreType } from "@microsoft/microsoft-graph-types"; -import { createBatch } from "@pnp/graph/batching"; /** * Describes a collection of Form objects