Skip to content

Commit

Permalink
chore: ignore R0903
Browse files Browse the repository at this point in the history
  • Loading branch information
castilloglenn committed Apr 14, 2024
1 parent 736f4f4 commit d2c0ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataflow_animation/animations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from dataflow_animation.enums import Path


# pylint: disable=R0903
class AnimationStep:
def __init__(self, entity: Entity, information: Information, path: Path):
self.entity = entity
Expand Down

0 comments on commit d2c0ef0

Please sign in to comment.