mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Remove unreachable code
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user