Skip to content

Commit 38708d1

Browse files
committed
em unused import
1 parent 9861a29 commit 38708d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/widgets/src/lib/components/InferenceWidget/shared/WidgetWrapper/WidgetWrapper.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts">
22
import { InferenceDisplayability } from "@huggingface/tasks";
33
import type { WidgetExample } from "@huggingface/tasks";
4-
import type { WidgetProps, ModelLoadInfo } from "../types.js";
4+
import type { WidgetProps } from "../types.js";
55
66
type TWidgetExample = $$Generic<WidgetExample>;
77

0 commit comments

Comments
 (0)