Skip to content

Commit e5e8eb6

Browse files
committed
Actually fix lint at source
1 parent 313a325 commit e5e8eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ollama-utils/scripts/generate-automap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const getSpecialTokens = (tmpl: string): string[] => {
216216
// This file is auto generated, please do not modify manually
217217
// To update it, run "pnpm run build:automap"
218218
219-
import { OllamaChatTemplateMapEntry } from "./types";
219+
import type { OllamaChatTemplateMapEntry } from "./types";
220220
221221
/**
222222
* Skipped these models due to error:

0 commit comments

Comments
 (0)