summaryrefslogtreecommitdiff
path: root/plugins/action
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-08-21 12:29:04 +0300
committerGitHub <noreply@github.com>2026-08-21 12:29:04 +0300
commit127dd3e7ef0956eae80cc487c1099e7efebc891e (patch)
tree3592abaaa7f4759611d8ee0463ac70730335ad67 /plugins/action
parentfb4efdb9252b965be5c2ceaa0c969c179cf3f7cd (diff)
downloadvyos.vyos-127dd3e7ef0956eae80cc487c1099e7efebc891e.tar.gz
vyos.vyos-127dd3e7ef0956eae80cc487c1099e7efebc891e.zip
T8511: apply black formatting across entire codebase (#456)
* T8511: apply black formatting across entire codebase * T8511: add changelog fragment * T8511:: correct exclude scope Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'plugins/action')
-rw-r--r--plugins/action/vyos.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/action/vyos.py b/plugins/action/vyos.py
index 148d7c64..df8e7127 100644
--- a/plugins/action/vyos.py
+++ b/plugins/action/vyos.py
@@ -18,7 +18,6 @@
#
from __future__ import absolute_import, division, print_function
-
__metaclass__ = type
from ansible.utils.display import Display
@@ -26,7 +25,6 @@ from ansible_collections.ansible.netcommon.plugins.action.network import (
ActionModule as ActionNetworkModule,
)
-
display = Display()