Skip to content

Commit 798a885

Browse files
committed
Fix
1 parent c1a5679 commit 798a885

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

python/fluxqueue/_task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import inspect
24
from collections.abc import Callable, Coroutine
35
from functools import wraps

python/fluxqueue/context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import inspect
24
import threading
35
from collections.abc import Callable, Coroutine

0 commit comments

Comments
 (0)