mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
- Add explicit imports for all needed modules, rather than indirectly (accidentally!) importing them with "from ... import *" - Replace all "from ... import *" statements, which inhibit static checking, with explicit lists of names to import - Delete the remaining unneeded imports reported by pyflakes