Skip to content

Commit

Permalink
adding pylint-disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Aug 2, 2024
1 parent 7aae6d6 commit 4204892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/environments/test_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_register_environment():

# arrange
@register_environment()
class Env:
class Env: # pylint: disable=too-few-public-methods
def __init__(self):
self.particulator = None

Expand Down

0 comments on commit 4204892

Please sign in to comment.