Skip to content
Snippets Groups Projects
Commit 8e3ee395 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

test_cli.py: drop unused NoQA marker

parent 4a742055
No related branches found
No related tags found
1 merge request!59swh identify -t snapshot: add support for symbolic refs
......@@ -23,7 +23,7 @@ class TestIdentify(DataMixin, unittest.TestCase):
super().setUp()
self.runner = CliRunner()
def assertPidOK(self, result, pid): # noqa: N802
def assertPidOK(self, result, pid):
self.assertEqual(result.exit_code, 0)
self.assertEqual(result.output.split()[0], pid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment