Example: ```python from module_x import ( func_a, func_b ) func_a() ``` Expected result: ```python from module_x import func_a func_a() ```