Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 8, 2025
1 parent e352907 commit a6494d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dmeta/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import json
from shutil import rmtree
from zipfile import ZipFile
import defusedxml.ElementTree as ET
from .params import SUPPORTED_MICROSOFT_FORMATS, NOT_IMPLEMENTED_ERROR, \
FILE_FORMAT_DOES_NOT_EXIST_ERROR, INVALID_CONFIG_FILE_NAME_ERROR, CONFIG_FILE_DOES_NOT_EXIST_ERROR
from .errors import DMetaBaseError
Expand Down

0 comments on commit a6494d1

Please sign in to comment.