From 1ae2bbffe70e5217536a05250365a4f44292c8ec Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Wed, 26 Aug 2020 15:49:42 -0400 Subject: Reformatted files with latest version of Black (20.8b1) (#80) Reformatted files with latest version of Black (20.8b1) Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/modules/vyos_logging.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/modules/vyos_logging.py') diff --git a/plugins/modules/vyos_logging.py b/plugins/modules/vyos_logging.py index fa2f4c15..c7780d8e 100644 --- a/plugins/modules/vyos_logging.py +++ b/plugins/modules/vyos_logging.py @@ -277,8 +277,7 @@ def map_params_to_obj(module, required_if=None): def main(): - """ main entry point for module execution - """ + """main entry point for module execution""" element_spec = dict( dest=dict( type="str", choices=["console", "file", "global", "host", "user"] -- cgit v1.2.3