mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
PEP8 newlines between class members
This commit is contained in:
@@ -376,7 +376,6 @@ class Completion(BaseDefinition):
|
|||||||
warnings.warn("Use name instead.", DeprecationWarning)
|
warnings.warn("Use name instead.", DeprecationWarning)
|
||||||
return self.name
|
return self.name
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def description(self):
|
def description(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user