I think pyflakes automatically assumes functions and module level variables are "used" because they could just be defined to be importable from other modules.
I think pyflakes automatically assumes functions and module level variables are "used" because they could just be defined to be importable from other modules.