mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added pragma no cover since fundamental import
This commit is contained in:
parent
1e976cf735
commit
9a3b2bd316
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue