operator: mark positional-only args (#3628)

This commit is contained in:
Shantanu
2020-01-20 02:01:02 -06:00
committed by Sebastian Rittau
parent ba8b2585c6
commit b374154705
2 changed files with 60 additions and 60 deletions

View File

@@ -60,4 +60,4 @@ from operator import (
imatmul as imatmul,
)
def _compare_digest(a: AnyStr, b: AnyStr) -> bool: ...
def _compare_digest(__a: AnyStr, __b: AnyStr) -> bool: ...