Skip to content

Commit

Permalink
Transformation: Update IdemTransformation docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Aug 23, 2024
1 parent f17d8c7 commit 922546d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions loki/transformations/idempotence.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

class IdemTransformation(Transformation):
"""
A custom transformation pipeline that primarily does nothing,
allowing us to test simple parse-unparse cycles.
A custom transformation that does absolutely nothing!
This can be used to test simple parse-unparse cycles.
"""

def transform_subroutine(self, routine, **kwargs):
Expand Down

0 comments on commit 922546d

Please sign in to comment.