databendlabs / bendsql

Databend Native Client
Apache License 2.0
49 stars 26 forks source link

BlockingDatabendClient/BlockingDatabendConnection missing from __init__.pyi #367

Closed rad-pat closed 7 months ago

rad-pat commented 7 months ago

In Python driver, the linter reports that No name 'BlockingDatabendClient' in module 'databend_driver' This is because BlockingDatabendClient & BlockingDatabendConnection missing from the init.pyi

The code works, but this will make the linters happy