Skip to content

Commit

Permalink
Remove unused mustache render import in prompty.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 5, 2024
1 parent ebcdcdc commit 4c3acb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/prompty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { splitMarkdown } from "./frontmatter"
import { YAMLTryParse } from "./yaml"
import { deleteUndefinedValues } from "./util"
import { JSON5Stringify } from "./json5"
import { render } from "mustache"

export interface PromptyFrontmatter {
name?: string
Expand Down

0 comments on commit 4c3acb7

Please sign in to comment.