PEP8 newlines between class members

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

View File

@@ -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):
""" """