We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268d493 commit 4de14b6Copy full SHA for 4de14b6
1 file changed
procrastinate/tasks.py
@@ -3,9 +3,9 @@
3
import datetime
4
import inspect
5
import logging
6
-from typing import Callable, Generic, TypedDict, cast
+from typing import Callable, Generic, cast
7
8
-from typing_extensions import NotRequired, ParamSpec, TypeVar, Unpack
+from typing_extensions import NotRequired, ParamSpec, TypedDict, TypeVar, Unpack
9
10
from procrastinate import app as app_module
11
from procrastinate import blueprints, exceptions, jobs, manager, types, utils
0 commit comments