Imports aufgeräumt

This commit is contained in:
2021-08-10 17:53:30 +02:00
parent 30c5c85aa8
commit 5bb7b3e46b
6 changed files with 5 additions and 12 deletions
-2
View File
@@ -22,8 +22,6 @@ Enthält nützliche, von NateMan unabhängige Funktionen.
import random
import re
from datetime import date
EMAIL_ADDRESS_REGEX = re.compile(r"^[a-zA-Z0-9!#$%&*+/=?^_`{|}~](\.?[a-zA-Z0-9!#$%&*+/=?^_`{|}~])*"
r"@[a-zA-Z0-9-](\.?[a-zA-Z0-9-])*$")