mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +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