Skip to content

Commit 9148639

Browse files
committed
Fix lint?
1 parent 5801e1f commit 9148639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/gguf/src/cli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env node
22

3-
import { GGMLQuantizationType, gguf, ggufAllShards, GGUFParseOutput } from ".";
3+
import type { GGUFParseOutput } from ".";
4+
import { GGMLQuantizationType, ggufAllShards } from ".";
45
import { GGML_QUANT_SIZES } from "./quant-descriptions";
56

67
interface PrintColumnHeader {

0 commit comments

Comments
 (0)