Various small fixes (#27766)

This commit is contained in:
George Nikolopoulos 2017-08-16 21:14:21 +03:00 committed by Brian Coca
commit b339f23485
4 changed files with 6 additions and 23 deletions

View file

@ -204,8 +204,6 @@ def main():
transforms = {
}
json_encodes = ['targetvserverexpr']
# Instantiate config proxy
csaction_proxy = ConfigProxy(
actual=csaction(),
@ -215,7 +213,6 @@ def main():
readonly_attrs=readonly_attrs,
immutable_attrs=immutable_attrs,
transforms=transforms,
json_encodes=json_encodes,
)
try: