## Linting in 'mock' subdirectory ##
# ================
# Added warnings
# ================
Error: PYLINT_WARNING:
py/mockbuild/buildroot.py:11: W0611[unused-import]: Unused import shlex
Error: PYLINT_WARNING:
py/mockbuild/buildroot.py:22: W0611[unused-import]: Unused RootError imported from exception
E.g. rpm-software-management/mock#1103
But there are no comments "in-line" about those.