mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 21:06:53 +08:00
Use lowercase tuple where possible (#6170)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from typing import Tuple
|
||||
|
||||
from .mock import *
|
||||
|
||||
version_info: Tuple[int, int, int]
|
||||
version_info: tuple[int, int, int]
|
||||
|
||||
Reference in New Issue
Block a user