Very small refactoring

This commit is contained in:
Dave Halter
2020-04-26 12:47:40 +02:00
parent 8c3fd99009
commit 9836a1b347

View File

@@ -697,9 +697,8 @@ class Completion(BaseName):
return super(Completion, self)._get_docstring_signature()
def _get_cache(self):
typ = super(Completion, self).type
return (
typ,
super(Completion, self).type,
super(Completion, self)._get_docstring_signature(),
super(Completion, self)._get_docstring(),
)