Skip to content

Commit 2851617

Browse files
committed
Improve type hints for str vs bytes
1 parent 0a9b609 commit 2851617

File tree

3 files changed

+122
-101
lines changed

3 files changed

+122
-101
lines changed

lxml-stubs/cssselect.pyi

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ from lxml import etree
55
# dummy for missing stubs
66
def __getattr__(name) -> Any: ...
77

8-
_DictAnyStr = Union[Dict[str, str], Dict[bytes, bytes]]
9-
108
class CSSSelector(etree.XPath):
119
def __init__(
1210
self,

0 commit comments

Comments
 (0)