llm-foundry icon indicating copy to clipboard operation
llm-foundry copied to clipboard

Fix Typing (part 1)

Open hanlint opened this issue 2 years ago • 0 comments

This is the first in a series of PRs that brings this library into compliance with pyright. No functional changes to the code should occur with these fixes.

Before:

68 errors, 610 warnings, 0 informations 

After:

28 errors, 443 warnings, 0 informations 

hanlint avatar May 28 '23 14:05 hanlint