diff --git a/src/pyhf/futures.py b/src/pyhf/futures.py index 3cab445f0b..2982c018b9 100644 --- a/src/pyhf/futures.py +++ b/src/pyhf/futures.py @@ -1,6 +1,7 @@ """ Defines a synchronous Python-like Executor for pyhf: :class:`TrivialExecutor` """ + from concurrent import futures