Remove unnecessary type comment

This commit is contained in:
Jake Howard 2023-05-05 13:01:04 +01:00
parent cd7aa02ee6
commit a12bbbfe8d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class UnsplashPhotoCreateView(CreateView):
WagtailAdminModelForm
] = self.edit_handler.get_form_class()
class CreateFormClass(EditHandlerForm): # type: ignore[valid-type,misc]
class CreateFormClass(EditHandlerForm):
def clean(self) -> None:
cleaned_data = super().clean()
try: