Added pragma no cover since fundamental import

This commit is contained in:
David Murphy 2023-10-23 14:50:15 -06:00 committed by Gareth J. Greenaway
parent 1e976cf735
commit 9a3b2bd316

View file

@ -4,6 +4,8 @@ Salt compatibility code
# pylint: disable=unused-import
import sys
# pragma: no cover
# The ipaddress module included in Salt is from Python 3.9.5.
# When running from Py3.9.5+ use the standard library module, use ours otherwise
if sys.version_info >= (3, 9, 5):