aai-institute / pyDVL

pyDVL is a library of stable implementations of algorithms for data valuation and influence function computation
https://pydvl.org
GNU Lesser General Public License v3.0
89 stars 9 forks source link

Remove useless kwargs' type annotations to fix issues with mypy and p… #407

Closed mdbenito closed 10 months ago

mdbenito commented 10 months ago

Description

This PR fixes typing issues arising from inexact typing of **kwargs. These issues popped up in the mkdocs branch for some reason

Changes

Checklist