# HG changeset patch # User Philippe Pepiot # Date 1575037951 -3600 # Node ID ea8801f10a7207ee87dbe8e0a1b359bff00add71 # Parent fda5efaf69371ab79d1682d0f2c69dfae3e7bdf3 Fix flake8 issues cubicweb/server/sources/native.py:505: [E501] line too long (101 > 100 characters) cubicweb/pyramid/__init__.py:31: [E501] line too long (104 > 100 characters) diff -r fda5efaf6937 -r ea8801f10a72 cubicweb/pyramid/__init__.py --- a/cubicweb/pyramid/__init__.py Fri Nov 29 15:30:16 2019 +0100 +++ b/cubicweb/pyramid/__init__.py Fri Nov 29 15:32:31 2019 +0100 @@ -28,7 +28,10 @@ import wsgicors from cubicweb.cwconfig import CubicWebConfiguration as cwcfg -from cubicweb.pyramid.debug_source_code import debug_display_source_code, DEBUG_DISPLAY_SOURCE_CODE_PATH +from cubicweb.pyramid.debug_source_code import ( + debug_display_source_code, + DEBUG_DISPLAY_SOURCE_CODE_PATH, +) from pyramid.config import Configurator from pyramid.exceptions import ConfigurationError diff -r fda5efaf6937 -r ea8801f10a72 cubicweb/server/sources/native.py --- a/cubicweb/server/sources/native.py Fri Nov 29 15:30:16 2019 +0100 +++ b/cubicweb/server/sources/native.py Fri Nov 29 15:32:31 2019 +0100 @@ -502,7 +502,8 @@ continue raise AuthenticationError() - def syntax_tree_search(self, cnx, union, args=None, cachekey=None, rql_query_tracing_token=None): + def syntax_tree_search(self, cnx, union, args=None, cachekey=None, + rql_query_tracing_token=None): """return result from this source for a rql query (actually from a rql syntax tree and a solution dictionary mapping each used variable to a possible type). If cachekey is given, the query