flake8 cleanup

pull/339/head
evelynmitchell 1 year ago
parent e5a89cce16
commit 88061162d3

@ -1,3 +1,6 @@
"""Execute a dictionary of futures and return the results. """
# flake8: noqa E501
from concurrent import futures from concurrent import futures
from concurrent.futures import Future from concurrent.futures import Future
from typing import TypeVar, Dict from typing import TypeVar, Dict

Loading…
Cancel
Save