We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f730544 commit f3f77dcCopy full SHA for f3f77dc
1 file changed
ietf/utils/tests.py
@@ -49,7 +49,7 @@ def test_pyflakes(self):
49
path = os.path.join(settings.BASE_DIR)
50
warnings = []
51
warnings = pyflakes.checkPaths([path], verbosity=0)
52
- self.assertEqual([str(w) for w in warnings], [])
+ self.assertEqual([], [str(w) for w in warnings])
53
54
class TestSMTPServer(TestCase):
55
0 commit comments