Skip to content

Commit

Permalink
Removed bw2data/query.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-m-g committed Aug 22, 2023
1 parent d6af835 commit 73eb029
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 205 deletions.
5 changes: 0 additions & 5 deletions bw2data/backends/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
UntypedExchange,
WrongDatabase,
)
from ..query import Query
from ..search import IndexManager, Searcher
from ..utils import as_uncertainty_dict, get_geocollection, get_node
from . import sqlite3_lci_db
Expand Down Expand Up @@ -193,10 +192,6 @@ def extend(seeds):
seed, extended = extended, extend(extended)
return extended

def query(self, *queries):
"""Search through the database."""
return Query(*queries)(self.load())

def register(self, write_empty=True, **kwargs):
"""Register a database with the metadata store.
Expand Down
200 changes: 0 additions & 200 deletions bw2data/query.py

This file was deleted.

0 comments on commit 73eb029

Please sign in to comment.