Skip to content

Commit 8d2c1ec

Browse files
committed
Should it be pass or raise?
1 parent 1e52631 commit 8d2c1ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

httpx/_utils.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ def matches(self, other: URL) -> bool:
134134
def priority(self) -> tuple[int, int, int]:
135135
pass
136136

137+
def __lt__(self, other: Pattern) -> bool:
138+
pass
139+
140+
def __eq__(self, other: typing.Any) -> bool:
141+
pass
137142

138143
class WildcardURLPattern(Pattern):
139144
"""

0 commit comments

Comments
 (0)