mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Bump mypy to 0.981 (#8796)
This commit is contained in:
@@ -17,7 +17,7 @@ try:
|
||||
from termcolor import colored as colored
|
||||
except ImportError:
|
||||
|
||||
def colored(s: str, _: str) -> str: # type: ignore
|
||||
def colored(s: str, _: str) -> str: # type: ignore[misc]
|
||||
return s
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user