diff options
author | Christian Breunig <christian@breunig.cc> | 2025-06-23 22:33:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 22:33:46 +0200 |
commit | e2ee2a254e89103fb8ea2d432d98af38c8c18384 (patch) | |
tree | 76186319261b6b2933d815b7f104b4fc0b1a3075 /python | |
parent | a4e2f96b133a9f753b6b9fd4686f3ff2a8694dfe (diff) | |
parent | 6281059dc5de3a906b63c59b0b71050ea0022446 (diff) | |
download | vyos-1x-e2ee2a254e89103fb8ea2d432d98af38c8c18384.tar.gz vyos-1x-e2ee2a254e89103fb8ea2d432d98af38c8c18384.zip |
Merge pull request #4571 from c-po/T7355-cleanup
T7355: periodical cleanup of unused Python3 import statements
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/vyos/config.py b/python/vyos/config.py index 9ae0467d4..f1086cd6e 100644 --- a/python/vyos/config.py +++ b/python/vyos/config.py @@ -62,7 +62,6 @@ while functions prefixed "effective" return values from the running config. In operational mode, all functions return values from the running config. """ -import os import re import json from typing import Union |