Remove unused imports

This commit is contained in:
lordwelch 2022-05-24 11:44:26 -07:00
parent f2ad417069
commit a80c17bf36

View File

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