Fix infrequent PEP 8 issues.

This commit is contained in:
Matt Clay 2017-01-27 13:04:59 -08:00
commit 63b1e0c277
31 changed files with 41 additions and 50 deletions

View file

@ -619,4 +619,4 @@ def map_complex_type(complex_type, type_map):
type_map))
elif type_map:
return vars(globals()['__builtins__'])[type_map](complex_type)
return new_type
return new_type