flake8 fix, refs #440

This commit is contained in:
Simon Willison 2022-06-14 09:14:57 -07:00 committed by GitHub
commit f142bb1212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import itertools
import json
import os
from . import recipes
from typing import Dict, cast, BinaryIO, Iterable, Optional, Tuple, Type, Union
from typing import Dict, cast, BinaryIO, Iterable, Optional, Tuple, Type
import click