From 67f88e9658d4c9f128a7c59593b43de5762ef099 Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Mon, 10 Jun 2024 08:51:55 +0200 Subject: [PATCH] T6219: cleanup import to build lint --- src/conf_mode/firewall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf_mode/firewall.py b/src/conf_mode/firewall.py index 4c289b921ca..ec6b86ef2f2 100755 --- a/src/conf_mode/firewall.py +++ b/src/conf_mode/firewall.py @@ -17,7 +17,6 @@ import os import re -from glob import glob from sys import exit from vyos.base import Warning