mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove namespaced function cmp_to_key
This commit is contained in:
parent
a02c91adda
commit
118d5134e2
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ if salt.utils.is_windows():
|
|||
_namespaced_function(_get_latest_pkg_version, globals())
|
||||
_reverse_cmp_pkg_versions = \
|
||||
_namespaced_function(_reverse_cmp_pkg_versions, globals())
|
||||
cmp_to_key = _namespaced_function(cmp_to_key, globals())
|
||||
# The following imports are used by the namespaced win_pkg funcs
|
||||
# and need to be included in their globals.
|
||||
# pylint: disable=import-error,unused-import
|
||||
|
|
Loading…
Add table
Reference in a new issue