diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-04-04 20:57:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-04 20:57:33 +0200 |
| commit | ebf587c482c5ab6603975f4414d4f0374f4ff747 (patch) | |
| tree | 1cca8dbd7a9c0258f7b9b574895b5823e2e29b79 /src/services/api/graphql/session/composite | |
| parent | 9d94afcba122ae6d4620e21b3e1ef1555b7bb2e1 (diff) | |
| parent | 7717694f62978697f7886b7661363785f5d58efd (diff) | |
| download | vyos-1x-ebf587c482c5ab6603975f4414d4f0374f4ff747.tar.gz vyos-1x-ebf587c482c5ab6603975f4414d4f0374f4ff747.zip | |
Merge pull request #3247 from vyos/mergify/bp/sagitta/pr-3246
T6199: drop unused Python imports from graphql source (backport #3246)
Diffstat (limited to 'src/services/api/graphql/session/composite')
| -rwxr-xr-x | src/services/api/graphql/session/composite/system_status.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/services/api/graphql/session/composite/system_status.py b/src/services/api/graphql/session/composite/system_status.py index d809f32e3..516a4eff6 100755 --- a/src/services/api/graphql/session/composite/system_status.py +++ b/src/services/api/graphql/session/composite/system_status.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 VyOS maintainers and contributors +# Copyright (C) 2022-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -13,15 +13,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# -# - -import os -import sys -import json -import importlib.util - -from vyos.defaults import directories from api.graphql.libs.op_mode import load_op_mode_as_module |
