diff --git a/jedi/inference/compiled/subprocess/functions.py b/jedi/inference/compiled/subprocess/functions.py index 39181993..86b5287b 100644 --- a/jedi/inference/compiled/subprocess/functions.py +++ b/jedi/inference/compiled/subprocess/functions.py @@ -84,7 +84,6 @@ def safe_literal_eval(inference_state, value): def iter_module_names(*args, **kwargs): return list(_iter_module_names(*args, **kwargs)) - return sorted(set(_iter_module_names(*args, **kwargs))) def _iter_module_names(inference_state, paths):