Skip to content

Commit ab6b8c9

Browse files
committed
skip lint import
Signed-off-by: Filinto Duran <[email protected]>
1 parent c29bdd0 commit ab6b8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

durabletask/deterministic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
It is shared by both the asyncio authoring model and the generator-based model.
2020
"""
2121

22-
from __future__ import annotations
22+
from __future__ import annotations # noqa: F404
2323

2424
import hashlib
2525
import random

0 commit comments

Comments
 (0)