mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-12-11 01:53:31 +00:00
mypy complains: ``` ubuntutools/lp/lpapicache.py:143: error: Incompatible types in assignment (expression has type "None", variable has type "str") [assignment] ubuntutools/lp/lpapicache.py:1328: error: Incompatible types in assignment (expression has type "tuple[str, str]", base class "BaseWrapper" defined the type as "str") [assignment] ```