mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-24 21:28:11 +08:00

There are several modules that have imports to support various versions of Python. Pylint reports the following errors when run in a version of Python that does not have the module or the method/class in the module. F0401: Unable to import 'module' E0611: No name 'name' in module 'module' Disable these warnings to reduce the noise on the output. Change-Id: I97e7e2698bccb1e501a45a0869f97f90d54adfb7
Description
Languages
Python
98.7%
Shell
1.3%