Skip to content

Commit

Permalink
Fix unused import (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalbhatnagar authored Dec 12, 2024
1 parent 9d35a1f commit c1e671b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/createClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

import { __EXPERIMENTAL__NOT_SUPPORTED_YET__getBulkLinks } from "@osdk/api/unstable";
import { Task } from "@osdk/client.test.ontology";
import * as SharedClientContext from "@osdk/shared.client.impl";
import { mockFetchResponse, MockOntology } from "@osdk/shared.test";
Expand Down

0 comments on commit c1e671b

Please sign in to comment.