PEP8 formatting

This commit is contained in:
Francesco Siddi 2019-04-09 01:01:49 +02:00
parent 95d611d0c5
commit 90154896fb

View File

@ -13,7 +13,7 @@ from pillar.web.utils import pretty_date
log = logging.getLogger(__name__)
blueprint = Blueprint('nodes_api', __name__)
ROLES_FOR_SHARING = ROLES_FOR_COMMENTING ={'subscriber', 'demo'}
ROLES_FOR_SHARING = ROLES_FOR_COMMENTING = {'subscriber', 'demo'}
@blueprint.route('/<node_id>/share', methods=['GET', 'POST'])