From 3094a09fec1e95d389c7fc4b38e5e102d175bb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 14 Jun 2016 11:15:27 +0200 Subject: [PATCH] PEP8 formatting --- pillar/application/modules/blender_cloud/texture_libs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pillar/application/modules/blender_cloud/texture_libs.py b/pillar/application/modules/blender_cloud/texture_libs.py index bc2872ba..90f148ca 100644 --- a/pillar/application/modules/blender_cloud/texture_libs.py +++ b/pillar/application/modules/blender_cloud/texture_libs.py @@ -23,7 +23,6 @@ log = logging.getLogger(__name__) def keep_fetching_texture_libraries(proj_filter): - groups = g.current_user['groups'] user_id = g.current_user['user_id'] @@ -64,7 +63,7 @@ def texture_libraries(): # Use Eve method so that we get filtering on permissions for free. # This gives all the projects that contain the required node types. - request.args = MultiDict(request.args) # allow changes; it's an ImmutableMultiDict by default. + request.args = MultiDict(request.args) # allow changes; it's an ImmutableMultiDict by default. request.args.setlist(eve_config.QUERY_PROJECTION, [TL_PROJECTION]) request.args.setlist(eve_config.QUERY_SORT, [TL_SORT])