This module is not used and its name conflicts with variable "types".
This issue has been found using flake8. This Python linter reported: python/sepolicy/sepolicy/generate.py:657:5: F811 redefinition of unused 'types' from line 31 Signed-off-by: Nicolas Iooss <nicolas.io...@m4x.org> --- python/sepolicy/sepolicy/generate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sepolicy/sepolicy/generate.py b/python/sepolicy/sepolicy/generate.py index f814e278663e..37ddfc7a2d63 100644 --- a/python/sepolicy/sepolicy/generate.py +++ b/python/sepolicy/sepolicy/generate.py @@ -28,7 +28,6 @@ import re import sepolicy from sepolicy import get_all_types, get_all_attributes, get_all_roles import time -import types import platform from .templates import executable -- 2.18.0 _______________________________________________ Selinux mailing list Selinux@tycho.nsa.gov To unsubscribe, send email to selinux-le...@tycho.nsa.gov. To get help, send an email containing "help" to selinux-requ...@tycho.nsa.gov.