mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Lint
This commit is contained in:
parent
b049377cbe
commit
fae3f3ca83
@ -35,6 +35,8 @@ def __virtual__():
|
|||||||
|
|
||||||
# Every proxy module needs an 'init', though you can
|
# Every proxy module needs an 'init', though you can
|
||||||
# just put a 'pass' here if it doesn't need to do anything.
|
# just put a 'pass' here if it doesn't need to do anything.
|
||||||
|
|
||||||
|
|
||||||
def init(opts):
|
def init(opts):
|
||||||
log.debug('rest_sample proxy init() called...')
|
log.debug('rest_sample proxy init() called...')
|
||||||
|
|
||||||
@ -168,4 +170,3 @@ def shutdown(opts):
|
|||||||
For this proxy shutdown is a no-op
|
For this proxy shutdown is a no-op
|
||||||
'''
|
'''
|
||||||
log.debug('rest_sample proxy shutdown() called...')
|
log.debug('rest_sample proxy shutdown() called...')
|
||||||
pass
|
|
||||||
|
Loading…
Reference in New Issue
Block a user