Skip to content

Commit

Permalink
Fix the recaptcha_v2_enterprise example
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-scat committed Sep 3, 2021
1 parent 137f211 commit 093b3af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/recaptcha_v2_enterprise.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
import os
import random
import string
import sys

import requests

cd = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.insert(1, cd)
from unicaps import CaptchaSolver, CaptchaSolvingService, exceptions
from unicaps.proxy import ProxyServer

Expand Down

0 comments on commit 093b3af

Please sign in to comment.