mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use single quotes per style guide
This commit is contained in:
parent
07868f1dfd
commit
869774480d
1 changed files with 2 additions and 2 deletions
|
@ -139,11 +139,11 @@ def static_loader(
|
|||
|
||||
|
||||
def _format_entrypoint_target(ep):
|
||||
"""
|
||||
'''
|
||||
Makes a string describing the target of an EntryPoint object.
|
||||
|
||||
Base strongly on EntryPoint.__str__().
|
||||
"""
|
||||
'''
|
||||
s = ep.module_name
|
||||
if ep.attrs:
|
||||
s += ':' + '.'.join(ep.attrs)
|
||||
|
|
Loading…
Add table
Reference in a new issue