You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python ./blurp.py
hey it works
$ mypy ./blurp.py
blurp.py:6: error: Argument 1 to "flock" has incompatible type "IOBase"; expected "Union[int, IO[Any]]"
blurp.py:8: error: Argument 1 to "flock" has incompatible type "IOBase"; expected "Union[int, IO[Any]]"