mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Big diff: Use new "|" union syntax (#5872)
This commit is contained in:
@@ -1,3 +1 @@
|
||||
from typing import Optional
|
||||
|
||||
DEBUG: Optional[bool]
|
||||
DEBUG: bool | None
|
||||
|
||||
Reference in New Issue
Block a user