summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_banner.py
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2020-08-26 15:49:42 -0400
committerGitHub <noreply@github.com>2020-08-26 19:49:42 +0000
commit1ae2bbffe70e5217536a05250365a4f44292c8ec (patch)
tree15bb2915fc2a59a799500b2f1eee87db01fe61f3 /plugins/modules/vyos_banner.py
parenta69b936ac650fee178a5c07c74db6aeea739267a (diff)
downloadvyos.vyos-1ae2bbffe70e5217536a05250365a4f44292c8ec.tar.gz
vyos.vyos-1ae2bbffe70e5217536a05250365a4f44292c8ec.zip
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
Diffstat (limited to 'plugins/modules/vyos_banner.py')
-rw-r--r--plugins/modules/vyos_banner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/modules/vyos_banner.py b/plugins/modules/vyos_banner.py
index 8d1e5ff5..9fcaf87b 100644
--- a/plugins/modules/vyos_banner.py
+++ b/plugins/modules/vyos_banner.py
@@ -157,8 +157,7 @@ def map_params_to_obj(module):
def main():
- """ main entry point for module execution
- """
+ """main entry point for module execution"""
argument_spec = dict(
banner=dict(required=True, choices=["pre-login", "post-login"]),
text=dict(),