From ad41d88b3d6dbacfb39e0efd00ec0511de0965e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Mon, 28 Oct 2024 00:01:56 +0100 Subject: [PATCH] Fix unused import (pre-commit flake8: cimgen/cimgen.py:5:1: F401 're' imported but unused) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Günther --- cimgen/cimgen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cimgen/cimgen.py b/cimgen/cimgen.py index 49e77952..37c6336e 100644 --- a/cimgen/cimgen.py +++ b/cimgen/cimgen.py @@ -2,7 +2,6 @@ import os import textwrap import warnings -import re from time import time import xmltodict