From 94ace019c8d37f364abd46723fbbabcd8473cade Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 18 Aug 2024 08:02:51 +0200 Subject: xml: T6650: fix unused ArgumentTypeError imported from argparse --- python/vyos/xml_ref/generate_op_cache.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/vyos/xml_ref/generate_op_cache.py b/python/vyos/xml_ref/generate_op_cache.py index e93b07974..cd2ac890e 100755 --- a/python/vyos/xml_ref/generate_op_cache.py +++ b/python/vyos/xml_ref/generate_op_cache.py @@ -13,15 +13,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# -# import re import sys import json import glob + from argparse import ArgumentParser -from argparse import ArgumentTypeError from os.path import join from os.path import abspath from os.path import dirname -- cgit v1.2.3