From 6281059dc5de3a906b63c59b0b71050ea0022446 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 23 Jun 2025 22:26:03 +0200 Subject: T7355: periodical cleanup of unused Python3 import statements --- src/helpers/teardown-config-session.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/helpers/teardown-config-session.py') diff --git a/src/helpers/teardown-config-session.py b/src/helpers/teardown-config-session.py index c94876924..8d13e34cb 100755 --- a/src/helpers/teardown-config-session.py +++ b/src/helpers/teardown-config-session.py @@ -13,11 +13,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# -# import sys -import os from vyos.vyconf_session import VyconfSession -- cgit v1.2.3