mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-29 23:26:54 +08:00
tweak files to fix pytype parsing errors (#1325)
* Don't use "\" to join lines
This commit is contained in:
committed by
Jelle Zijlstra
parent
e8013fd808
commit
ac0b809bf5
@@ -83,8 +83,7 @@ class DefaultCookiePolicy(CookiePolicy):
|
||||
def set_blocked_domains(self, blocked_domains: Sequence[str]) -> None: ...
|
||||
def is_blocked(self, domain: str) -> bool: ...
|
||||
def allowed_domains(self) -> Optional[Tuple[str, ...]]: ...
|
||||
def set_allowed_domains(self, allowed_domains: Optional[Sequence[str]]) \
|
||||
-> None: ...
|
||||
def set_allowed_domains(self, allowed_domains: Optional[Sequence[str]]) -> None: ...
|
||||
def is_not_allowed(self, domain: str) -> bool: ...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user