mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 17:58:35 +08:00
remove __all__ from api, because not needed, fixes #180
This commit is contained in:
@@ -7,7 +7,6 @@ catch :exc:`NotFoundError` which is being raised if your completion is not
|
|||||||
possible.
|
possible.
|
||||||
"""
|
"""
|
||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
__all__ = ['Script', 'NotFoundError', 'set_debug_function', '_quick_complete']
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user