Closed mhauru closed 11 months ago
Started adding more type hints in a couple of files, and setup a pyright config so that if one runs pyright, those two files get checked.
In the process fixed something I think is a bug, see line 17 in sql/reader/base.py
sql/reader/base.py
Related to #576
I don't know what the GCP Action does, but the failure seems likely unrelated to this PR.
Started adding more type hints in a couple of files, and setup a pyright config so that if one runs pyright, those two files get checked.
In the process fixed something I think is a bug, see line 17 in
sql/reader/base.py
Related to #576