lutris/.mypy_baseline

4 lines
404 B
Plaintext
Raw Normal View History

lutris/util/cookies.py:0: error: Module "http.cookiejar" has no attribute "_warn_unhandled_exception" [attr-defined]
lutris/util/system.py:0: error: Argument 1 to "lru_cache" has incompatible type "Callable[[Any, Any], Any]"; expected "Optional[int]" [arg-type]
lutris/util/linux.py:0: error: Function "Callable[[bool], Tuple[str, str, str]]" could always be true in boolean context [truthy-function]