Skip to content

Commit de0c608

Browse files
committed
Added a missing pyflakes pragma.
- Legacy-Id: 14713
1 parent 28bd9ea commit de0c608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/meetings/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from django.shortcuts import render, get_object_or_404, redirect
1111
from django.utils.functional import curry
1212

13-
import debug
13+
import debug # pyflakes:ignore
1414

1515
from ietf.ietfauth.utils import role_required
1616
from ietf.utils.mail import send_mail

0 commit comments

Comments
 (0)