mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix some lint`
This commit is contained in:
parent
af5139c2ff
commit
bad441f8dc
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
r'''
|
||||
Manage the Windows registry
|
||||
|
||||
-----
|
||||
|
@ -88,7 +88,7 @@ def __virtual__():
|
|||
|
||||
|
||||
def key_exists(hive, key, use_32bit_registry=False):
|
||||
'''
|
||||
r'''
|
||||
Check that the key is found in the registry. This refers to keys and not
|
||||
value/data pairs.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue