diff --git a/python/system_tests/validate_system.py b/python/system_tests/validate_system.py index 547820c..66cabcf 100644 --- a/python/system_tests/validate_system.py +++ b/python/system_tests/validate_system.py @@ -4,7 +4,7 @@ import logging import sys import tomllib from os import environ -from pathlib import Path +from pathlib import Path # noqa: TC003 This is required for the typer CLI from socket import gethostname import typer