Skip to content

Commit b107fd6

Browse files
mypy silence
1 parent 9376d9f commit b107fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/litai/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def setup(self) -> None:
126126
self.name = model.__name__
127127
self.description = model.__doc__ or ""
128128

129-
def run(self, *args, **kwargs) -> Any:
129+
def run(self, *args, **kwargs) -> Any: # type: ignore
130130
# Default implementation: validate & return an instance
131131
return model(*args, **kwargs)
132132

0 commit comments

Comments
 (0)