remove instantiation of deprecated class that wasn't used anyway

This commit is contained in:
Augusto Herrmann 2018-08-21 09:26:13 -03:00
parent 8964f48879
commit dc31c37683
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ def get_resource_visits_for_url(url):
def get_top_packages(limit=20):
items = []
authorizer = Authorizer()
# caveat emptor: the query below will not filter out private
# or deleted datasets (TODO)
q = model.Session.query(model.Package)