Skip to content

Commit 811aeba

Browse files
committed
add urllib.parse import
1 parent 2c224a5 commit 811aeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/utils/proxy_rotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import requests
1111
from fp.errors import FreeProxyException
1212
from fp.fp import FreeProxy
13-
13+
from urllib.parse import urlparse
1414

1515
class ProxyBrokerCriteria(TypedDict, total=False):
1616
"""

0 commit comments

Comments
 (0)