Is there any good reason why there are import statements mixed with code in controllers.py, violating PEP8?
While having import warning local for deprecation warnings is not a bad idea (since it is only temporary), but why the rest?
Cheers, Simon
Is there any good reason why there are import statements mixed with code in controllers.py, violating PEP8?
While having import warning local for deprecation warnings is not a bad idea (since it is only temporary), but why the rest?
Cheers, Simon