Skip to content

Conversation

@janek-cosmose
Copy link

No description provided.

@janek-cosmose
Copy link
Author

Fixes #795

@janek-cosmose
Copy link
Author

Tested with mypy 1.8.2 on dramatiq project and on sample file:

import dramatiq


@dramatiq.actor
async def foo() -> None:
    pass


@dramatiq.actor()
async def foo1() -> None:
    pass


@dramatiq.actor
def foo2() -> None:
    pass


@dramatiq.actor()
def foo3() -> None:
    pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant