Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Fix PyCharm warning about unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Nov 2, 2020
1 parent 30f9620 commit 8a6e1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def test_name_substitution(self):
self.assertEqual(expected_slash_after, with_slash_after)


def load_tests(loader, tests, ignore):
def load_tests(_loader, tests, _ignore):
tests.addTests(doctest.DocTestSuite('humancellatlas.data.metadata.age_range'))
tests.addTests(doctest.DocTestSuite('humancellatlas.data.metadata.lookup'))
tests.addTests(doctest.DocTestSuite('humancellatlas.data.metadata.api'))
Expand Down

0 comments on commit 8a6e1b2

Please sign in to comment.