Skip to content

Commit

Permalink
IR: Appeasing the linting gods...
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Jul 24, 2024
1 parent 4f5a00e commit b31ee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/ir/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class _AssociateBase():


@dataclass_strict(frozen=True)
class Associate(ScopedNode, Section, _AssociateBase):
class Associate(ScopedNode, Section, _AssociateBase): # pylint: disable=too-many-ancestors
"""
Internal representation of a code region in which names are associated
with expressions or variables.
Expand Down

0 comments on commit b31ee40

Please sign in to comment.