Skip to content

Commit

Permalink
fix 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jul 16, 2024
1 parent 71f9ec1 commit 2738b90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asynq/decorators.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from typing import (
Any,
Callable,
Concatenate,
Coroutine,
Generator,
Generic,
Expand All @@ -13,7 +12,7 @@ from typing import (
)

import qcore.decorators
from typing_extensions import Literal, ParamSpec
from typing_extensions import Concatenate, Literal, ParamSpec

from . import async_task, futures

Expand Down

0 comments on commit 2738b90

Please sign in to comment.