fixing subprocess import

This commit is contained in:
Chad Furman 2024-05-04 14:27:11 -04:00
parent 1795f8aefd
commit 39700387af
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
# address entered by the user.
import os, sqlite3, re
import subprocess
import utils
from email_validator import validate_email as validate_email_, EmailNotValidError
import idna