Remove unused imports

This commit is contained in:
lordwelch 2022-05-24 11:44:26 -07:00
parent c5772c75e5
commit 8c591a8a3b

View File

@ -15,11 +15,9 @@
# limitations under the License.
import json
import locale
import logging
import os
import pathlib
import platform
import re
import unicodedata
from collections import defaultdict