1
0
forked from VimPlug/jedi

fake docstrs fixed

This commit is contained in:
Dave Halter
2014-02-26 02:38:28 +01:00
parent 44e16c11e5
commit acec5fe76f
2 changed files with 3 additions and 5 deletions

View File

@@ -182,7 +182,7 @@ class Simple(Base):
class IsScope(Base):
pass
__slots__ = ()
class Scope(Simple, IsScope, DocstringMixin):