summaryrefslogtreecommitdiff
path: root/django/test/testcases.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/test/testcases.py')
-rw-r--r--django/test/testcases.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index b2d386cc44..3fed8c6aa7 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -12,7 +12,7 @@ import socket
import sys
import threading
import unittest
-from unittest import skipIf # Imported here for backward compatibility
+from unittest import skipIf # NOQA: Imported here for backward compatibility
from unittest.util import safe_repr
from django.conf import settings