Skip to content

Commit 5587efd

Browse files
chore: remove unused Taxonomy import from stack.ts
1 parent ed590e2 commit 5587efd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/stack/stack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class Stack {
2828
* @returns {Asset}
2929
* @example
3030
* import contentstack from '@contentstack/delivery-sdk'
31-
import { Taxonomy } from './taxonomy';
3231
*
3332
* const stack = contentstack.stack({ apiKey: "apiKey", deliveryToken: "deliveryToken", environment: "environment" });
3433
* const asset = stack.asset() // For collection of asset

0 commit comments

Comments
 (0)