tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.68k stars 390 forks source link

Minor type hint fixes #1488

Closed zmievsa closed 1 year ago

zmievsa commented 1 year ago

Better type hints

zmievsa commented 1 year ago

@long2ice A few really small fixes. A variable was used instead of type hints and Tuple with a single element was used instead of tuple[str, ...]

long2ice commented 1 year ago

Thanks!