mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
PEP8 indentation
This commit is contained in:
@@ -344,7 +344,7 @@ class Completion(BaseDefinition):
|
|||||||
dot = '.' if self._needs_dot else ''
|
dot = '.' if self._needs_dot else ''
|
||||||
append = ''
|
append = ''
|
||||||
if settings.add_bracket_after_function \
|
if settings.add_bracket_after_function \
|
||||||
and self.type == 'Function':
|
and self.type == 'Function':
|
||||||
append = '('
|
append = '('
|
||||||
|
|
||||||
if settings.add_dot_after_module:
|
if settings.add_dot_after_module:
|
||||||
|
|||||||
Reference in New Issue
Block a user