Remove redundant description of parameter "project_only"

Change-Id: I69006f5b8c2c40294c8a54536f238590100c018e
This commit is contained in:
Yaguo Zhou 2017-11-22 13:45:36 +08:00 committed by Pierre Riteau
parent d75ff38dda
commit ab06116c92
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ def model_query(model, session=None):
"""Query helper.
:param model: base model to query
:param project_only: if present and current context is user-type,
then restrict query to match the project_id from current context.
"""
session = session or get_session()