Fixing some flake8 gripes
This commit is contained in:
parent
6dcb4fdfa4
commit
c413767d25
@ -278,9 +278,9 @@ def _context_bool_t(source):
|
|||||||
@_migrator
|
@_migrator
|
||||||
def _context_global_methods(source):
|
def _context_global_methods(source):
|
||||||
return _subfmt(
|
return _subfmt(
|
||||||
'\\.Global(?P<method>' \
|
'\\.Global(?P<method>'
|
||||||
'Bool|Duration|Float64|Generic|Int|IntSlice|String|StringSlice|' \
|
'Bool|Duration|Float64|Generic|Int|IntSlice|String|StringSlice|'
|
||||||
'FlagNames|IsSet|Set' \
|
'FlagNames|IsSet|Set'
|
||||||
')\\(',
|
')\\(',
|
||||||
'.{method}(', source
|
'.{method}(', source
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user