From b40c06fe9e8e68b1a86ac75d02659edccf457a64 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 21 Jan 2021 22:12:36 +0100 Subject: [PATCH] Linting --- apps/participation/forms.py | 2 +- apps/registration/urls.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/participation/forms.py b/apps/participation/forms.py index abb1e94..02a8279 100644 --- a/apps/participation/forms.py +++ b/apps/participation/forms.py @@ -3,12 +3,12 @@ import re -from PyPDF3 import PdfFileReader from bootstrap_datepicker_plus import DatePickerInput, DateTimePickerInput from django import forms from django.core.exceptions import ValidationError from django.utils import formats from django.utils.translation import gettext_lazy as _ +from PyPDF3 import PdfFileReader from .models import Note, Participation, Passage, Pool, Solution, Synthesis, Team, Tournament diff --git a/apps/registration/urls.py b/apps/registration/urls.py index d0314cd..457614a 100644 --- a/apps/registration/urls.py +++ b/apps/registration/urls.py @@ -3,8 +3,8 @@ from django.urls import path -from .views import AddOrganizerView, AdultPhotoAuthorizationTemplateView, ChildPhotoAuthorizationTemplateView,\ - InstructionsTemplateView, MyAccountDetailView, PaymentUpdateView, ParentalAuthorizationTemplateView, \ +from .views import AddOrganizerView, AdultPhotoAuthorizationTemplateView, ChildPhotoAuthorizationTemplateView, \ + InstructionsTemplateView, MyAccountDetailView, ParentalAuthorizationTemplateView, PaymentUpdateView, \ ResetAdminView, SignupView, UserDetailView, UserImpersonateView, UserListView, UserResendValidationEmailView, \ UserUpdateView, UserUploadHealthSheetView, UserUploadParentalAuthorizationView, UserUploadPhotoAuthorizationView, \ UserValidateView, UserValidationEmailSentView