Skip to content

Commit

Permalink
silence pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Sep 14, 2024
1 parent 0d58b70 commit 37ea0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_particulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ParticleAttributes:
def __init__(self):
self.updated = []
self.super_droplet_count = -1
self.__idx = storage
self.__idx = storage # pylint: disable=unused-private-member
self.idx_reset = False
self.sane = False

Expand Down

0 comments on commit 37ea0a0

Please sign in to comment.