Added a missing pyflakes pragma.

- Legacy-Id: 14713
This commit is contained in:
Henrik Levkowetz 2018-02-28 16:58:35 +00:00
parent 28bd9eadda
commit de0c60884f

View file

@ -10,7 +10,7 @@ from django.forms.models import inlineformset_factory
from django.shortcuts import render, get_object_or_404, redirect
from django.utils.functional import curry
import debug
import debug # pyflakes:ignore
from ietf.ietfauth.utils import role_required
from ietf.utils.mail import send_mail