openml / server-api

Python-based server
https://openml.github.io/server-api/
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Fix subflow type annotation, which was wrong #173

Closed PGijsbers closed 2 months ago

PGijsbers commented 3 months ago

it wasn't caught in older versions of pydantic because (I think) the Self keyword was not supported yet.