PEP8 indentation

This commit is contained in:
Laurens Van Houtven
2013-07-11 15:19:31 +02:00
parent f353d5f6af
commit 4763846b1b

View File

@@ -344,7 +344,7 @@ class Completion(BaseDefinition):
dot = '.' if self._needs_dot else ''
append = ''
if settings.add_bracket_after_function \
and self.type == 'Function':
and self.type == 'Function':
append = '('
if settings.add_dot_after_module: