full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Using TypeAlias to address IDE warnings

Open javadzarezadeh opened this issue 11 months ago • 0 comments

I have added TypeAlias typing for dependencies because VS Code Pylance issued a warning when using them as type annotations in functions.
Warning: "Variable not allowed in type expression (Pylance)"

javadzarezadeh avatar Nov 18 '24 15:11 javadzarezadeh