Skip to content

Commit

Permalink
reset rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dyokelson committed Dec 11, 2024
1 parent f319b06 commit 5fc5faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modifiers/caliper/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def add_mode(mode_name, mode_option, description):
)


class Caliper(SpackModifier, BaseModifier):
class Caliper(SpackModifier):
"""Define a modifier for Caliper"""

name = "caliper"
Expand Down Expand Up @@ -111,4 +111,4 @@ def _build_metadata(self, workspace, app_inst):

software_spec("caliper", pkg_spec="caliper")

required_package("caliper")
required_package("caliper")

0 comments on commit 5fc5faa

Please sign in to comment.