Remove unneeded import.

This commit is contained in:
Itamar Turner-Trauring 2023-03-24 10:22:52 -04:00
parent 6659350ff3
commit f0e60a80af

View File

@ -8,7 +8,7 @@ from json import (
loads,
)
import hashlib
from typing import Union, Any, Optional
from typing import Union, Any
from hyperlink import DecodedURL
from fixtures import (