mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Use explicit "# type: str" instead of '' shortcut.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
from typing import Any, Dict, Optional, Callable, TypeVar, Union
|
||||
|
||||
class Thread:
|
||||
name = ''
|
||||
name = ... # type: str
|
||||
ident = 0
|
||||
daemon = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user