Lint fix.

This commit is contained in:
Itamar Turner-Trauring 2022-06-08 13:56:23 -04:00
parent db42651355
commit d37f187c07

View File

@ -3,7 +3,7 @@ HTTP server for storage.
""" """
from __future__ import annotations from __future__ import annotations
from typing import Dict, List, Set, Tuple, Any, Callable, Optional from typing import Dict, List, Set, Tuple, Any, Callable
from functools import wraps from functools import wraps
from base64 import b64decode from base64 import b64decode