mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Switch to PEP-604 syntax in python2 stubs (#5915)
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from typing import Optional, Text
|
||||
from typing import Text
|
||||
|
||||
def whichdb(filename: Text) -> Optional[str]: ...
|
||||
def whichdb(filename: Text) -> str | None: ...
|
||||
|
||||
Reference in New Issue
Block a user