Skip to content

Commit

Permalink
Disable too-many-public-methods for test_rootfilereader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange committed Apr 11, 2024
1 parent f81a091 commit 6ed3eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_rootfilereader.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

@pytest.mark.needs_root
class TestRootFileReader(TestCase):
# pylint: disable=R0904
"""Test the RootFileReader class."""

def test_tfile_setter(self):
Expand Down

0 comments on commit 6ed3eef

Please sign in to comment.