Skip to content

Commit 5222068

Browse files
committed
Lint
1 parent f20417c commit 5222068

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extension/llm/runner/_llm_runner.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ Type stubs for _llm_runner module.
44
This file provides type annotations for the ExecuTorch LLM Runner Python bindings.
55
"""
66

7-
from typing import Callable, List, Optional, Union, overload
7+
from typing import Callable, List, Optional, overload
88

9-
import numpy as np
109
import torch
11-
from numpy.typing import NDArray
1210

1311
class GenerationConfig:
1412
"""Configuration for text generation."""

0 commit comments

Comments
 (0)