mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 12:21:27 +08:00
Use explicit "# type: str" instead of '' shortcut.
This commit is contained in:
@@ -5,7 +5,7 @@ from typing import Any, List, overload, Callable
|
||||
class TarError(Exception): ...
|
||||
|
||||
class TarInfo:
|
||||
name = ''
|
||||
name = ... # type: str
|
||||
size = 0
|
||||
uid = 0
|
||||
gid = 0
|
||||
|
||||
Reference in New Issue
Block a user