mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Remove a print
This commit is contained in:
@@ -262,7 +262,6 @@ def _load_from_typeshed(inference_state, python_value_set, parent_module_value,
|
|||||||
|
|
||||||
if map_ is not None:
|
if map_ is not None:
|
||||||
path_info = map_.get(import_name)
|
path_info = map_.get(import_name)
|
||||||
print(path_info)
|
|
||||||
if path_info is not None and (not path_info.is_third_party or python_value_set):
|
if path_info is not None and (not path_info.is_third_party or python_value_set):
|
||||||
return _try_to_load_stub_from_file(
|
return _try_to_load_stub_from_file(
|
||||||
inference_state,
|
inference_state,
|
||||||
|
|||||||
Reference in New Issue
Block a user