Say your project only has 1 test.py file that looks like this: ``` python from package import some_name __all__ = ["some_name"] ``` After reorganizing imports the from ... import ... line is gone. It should stay.