Skip to content

Commit

Permalink
Update benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkc authored Aug 7, 2024
1 parent 1ca20d4 commit 945ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Callable, Dict, Any
from tqdm import tqdm

# Import the validators you want to benchmark
# Import the validators to benchmark
from emv import validate_email as emv_validate
from email_validator import validate_email as email_validator_validate
from verify_email import verify_email
Expand Down

0 comments on commit 945ff51

Please sign in to comment.