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