We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ab0bd commit 402b879Copy full SHA for 402b879
urlpattern.pyi
@@ -13,11 +13,11 @@ class URLPattern:
13
self,
14
input: URLPatternInput,
15
baseURL: str,
16
- options: Optional[URLPatternOptions] = None,
+ options: Optional[URLPatternOptions] = {},
17
) -> None: ...
18
@overload
19
def __init__(
20
- self, input: URLPatternInput = {}, options: Optional[URLPatternOptions] = None
+ self, input: URLPatternInput = {}, options: Optional[URLPatternOptions] = {}
21
22
def test(
23
self, input: URLPatternInput = {}, baseURL: Optional[str] = None
0 commit comments