Skip to content

Commit 357cc27

Browse files
committed
revert non-intentionally changes in proxy conf
1 parent 0c0fbcc commit 357cc27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/apify/_proxy_configuration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import httpx
1111

1212
from apify_shared.consts import ApifyEnvVars
13+
from apify_shared.utils import ignore_docs
1314
from crawlee.proxy_configuration import ProxyConfiguration as CrawleeProxyConfiguration
1415
from crawlee.proxy_configuration import ProxyInfo as CrawleeProxyInfo
1516
from crawlee.proxy_configuration import _NewUrlFunction
@@ -27,6 +28,7 @@
2728
SESSION_ID_MAX_LENGTH = 50
2829

2930

31+
@ignore_docs
3032
def is_url(url: str) -> bool:
3133
"""Check if the given string is a valid URL."""
3234
try:
@@ -102,6 +104,7 @@ class ProxyConfiguration(CrawleeProxyConfiguration):
102104

103105
_configuration: Configuration
104106

107+
@ignore_docs
105108
def __init__(
106109
self,
107110
*,

0 commit comments

Comments
 (0)