mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 23:55:23 +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.
|
||||
"""
|
||||
from __future__ import with_statement
|
||||
__all__ = ['Script', 'NotFoundError', 'set_debug_function', '_quick_complete']
|
||||
|
||||
import re
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user