Unused import.

This commit is contained in:
Itamar Turner-Trauring 2022-04-19 15:09:02 -04:00
parent 5ccafb2a03
commit 72c59b5f1a

View File

@ -5,7 +5,6 @@ HTTP client that talks to the HTTP storage server.
from __future__ import annotations
from typing import Union, Set, Optional
from enum import Enum
from base64 import b64encode
from attrs import define, field, asdict