brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
8 stars 21 forks source link

search method in the base class #131

Closed ccomb closed 1 year ago

ccomb commented 1 year ago

Hi, Fixing things as I see them, I have a minor Pyright error that says Cannot access member "search" for type "SingleFileDatabase".   Member "search" is unknown (Pyright reportGeneralTypeIssues). That's because the search method is only implemented in SQLiteBackend. So adding it in the base class as unimplemented makes the linter happy.