I need to support Python code, which was written by another person and it contains imports, that are placed not at the top of the module. And I'm a bit afraid to break something, as project is quite complex.
So when it can be good to use imports not on the top of the file?