diff --git a/test/sanity/code-smell/ansible-requirements.py b/test/sanity/code-smell/ansible-requirements.py index 4d1a652f2b1..25d4ec882f2 100644 --- a/test/sanity/code-smell/ansible-requirements.py +++ b/test/sanity/code-smell/ansible-requirements.py @@ -1,7 +1,6 @@ from __future__ import annotations import re -import sys def read_file(path): diff --git a/test/sanity/code-smell/botmeta.py b/test/sanity/code-smell/botmeta.py index 985c8f9f0c2..dacc1fbaa24 100644 --- a/test/sanity/code-smell/botmeta.py +++ b/test/sanity/code-smell/botmeta.py @@ -1,8 +1,6 @@ """Make sure the data in BOTMETA.yml is valid""" from __future__ import annotations -import glob -import os import re import sys import yaml