fixup: remove unused imports

This commit is contained in:
tcely 2025-06-02 18:55:36 -04:00 committed by GitHub
parent ae1974b503
commit 659e46a31f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@ import os
import re import re
import math import math
from copy import deepcopy from copy import deepcopy
from operator import attrgetter, itemgetter
from pathlib import Path from pathlib import Path
from tempfile import NamedTemporaryFile from tempfile import NamedTemporaryFile
import requests import requests