trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Add type hints and enable mypy for client.py and dbapi.py #324

Open damian3031 opened 1 year ago

damian3031 commented 1 year ago

part of https://github.com/trinodb/trino-python-client/issues/292

Added type hints and enabled mypy checks for client.py, dbapi.py

damian3031 commented 1 year ago

@hashhar I've adjusted to all your comments, PTAL