diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-16 05:21:18 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-16 06:20:05 +0300 |
| commit | 100ae068c152ef0d86b8340a9a0545dc0f6d36bc (patch) | |
| tree | a33910a3162208e28de93f0be04ec25c5dd62956 /plugins/modules/vyos_command.py | |
| parent | 61e70a448db1381695700eb0c7701e68230a0b9d (diff) | |
| download | vyos.vyos-100ae068c152ef0d86b8340a9a0545dc0f6d36bc.tar.gz vyos.vyos-100ae068c152ef0d86b8340a9a0545dc0f6d36bc.zip | |
T8511: apply black formatting across entire codebase
Diffstat (limited to 'plugins/modules/vyos_command.py')
| -rw-r--r-- | plugins/modules/vyos_command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/modules/vyos_command.py b/plugins/modules/vyos_command.py index 766370c2..5131dd88 100644 --- a/plugins/modules/vyos_command.py +++ b/plugins/modules/vyos_command.py @@ -17,7 +17,6 @@ # from __future__ import absolute_import, division, print_function - __metaclass__ = type |
