Skip to content

Commit

Permalink
Fix unused import (pre-commit flake8: cimgen/cimgen.py:5:1: F401 're'…
Browse files Browse the repository at this point in the history
… imported but unused)

Signed-off-by: Thomas Günther <[email protected]>
  • Loading branch information
tom-hg57 committed Oct 31, 2024
1 parent c60c319 commit ab563b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cimgen/cimgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import textwrap
import warnings
import re
from time import time

import xmltodict
Expand Down

0 comments on commit ab563b3

Please sign in to comment.