From 36bbd8b5e4ace67454673c08731559529d1cb4d0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 10 Jun 2024 15:46:46 +0200 Subject: [PATCH] Remove unused import --- src/pretix/base/forms/validators.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pretix/base/forms/validators.py b/src/pretix/base/forms/validators.py index c6a7c2df4..35f7323ba 100644 --- a/src/pretix/base/forms/validators.py +++ b/src/pretix/base/forms/validators.py @@ -32,8 +32,6 @@ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations under the License. -import re - from django.core.exceptions import ValidationError from django.core.validators import BaseValidator from django.utils.translation import gettext_lazy as _