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 96031dc commit ffaed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/dynamics/test_impl_register_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def test_impl_register_dynamic():
# arrange
@register_dynamic()
class Dynamic:
class Dynamic: # pylint: disable=too-few-public-methods
def __init__(self):
self.particulator = None

Expand Down

0 comments on commit ffaed00

Please sign in to comment.