Skip to content

Commit

Permalink
fixing subprocess import
Browse files Browse the repository at this point in the history
  • Loading branch information
chadfurman committed May 4, 2024
1 parent 1795f8a commit 3970038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions management/mailconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3970038

Please sign in to comment.