python/sepolicy: remove unnecessary pass statement

This issue has been found using lgtm.com analyzer:
eac5e661ca/files/python/sepolicy/sepolicy/__init__.py (x9f8225117f52fb01):1

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
Nicolas Iooss 2019-09-01 20:06:35 +02:00 committed by James Carter
parent af67fa5d95
commit 0da7718310

View file

@ -539,7 +539,6 @@ def find_file(reg):
path += "/"
except IndexError:
print("try failed got an IndexError")
pass
try:
pat = re.compile(r"%s$" % reg)