dmontagu / fastapi_client

FastAPI client generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isort error due to isort v5

maresb opened this issue · comments

I am getting

isort: error: argument -a/--add-import: expected one argument

This is apparently due to isort v5 being installed in the Dockerfile. If I edit the pip command in the Dockerfile to pin isort==4.3.21 it works again.

Sorry I don't have time right now to analyze it in more depth, but I wanted to at least report it.

Should be fixed