From f9d1709c0314f4ffa6d192debf566f2be8520aa6 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 13 Oct 2022 17:34:08 +0900 Subject: [PATCH] test: drop unused modules Suggested by CodeQL#167 (https://github.com/systemd/systemd/security/code-scanning/167) and CodeQL#168 (https://github.com/systemd/systemd/security/code-scanning/168). --- test/rule-syntax-check.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/rule-syntax-check.py b/test/rule-syntax-check.py index 9a9e4d1658..ec1c75a854 100755 --- a/test/rule-syntax-check.py +++ b/test/rule-syntax-check.py @@ -8,8 +8,6 @@ import re import sys -import os -from glob import glob rules_files = sys.argv[1:] if not rules_files: