mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Share operator in 2and3
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# Stubs for operator
|
||||
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
from typing import Any
|
||||
|
||||
def add(a: Any, b: Any) -> Any: ...
|
||||
Reference in New Issue
Block a user