Skip to content

mypy - #1371

Draft
sezanzeb wants to merge 1 commit into
mainfrom
mypy
Draft

mypy#1371
sezanzeb wants to merge 1 commit into
mainfrom
mypy

Conversation

@sezanzeb

Copy link
Copy Markdown
Owner

Hopefully fixing all mypy --strict errors over time

Comment thread inputremapper/groups.py
"""

def __init__(self, pipe: multiprocessing.Pipe):
def __init__(self, pipe: multiprocessing.Pipe) -> None:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mypy] reported by reviewdog 🐶
error: Variable "multiprocessing.Pipe" is not valid as a type [valid-type]

Comment thread inputremapper/groups.py
"""

def __init__(self, pipe: multiprocessing.Pipe):
def __init__(self, pipe: multiprocessing.Pipe) -> None:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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