Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Dec 19, 2024
1 parent 43f5143 commit fd44d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_tools/src/spark_rapids_tools/cmdli/tools_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ToolsCLI(object): # pylint: disable=too-few-public-methods
"""

def qualification(self,
*,
*, # force named arguments
platform: str,
eventlogs: str = None,
cluster: str = None,
Expand Down Expand Up @@ -128,7 +128,7 @@ def qualification(self,
return None

def profiling(self,
*,
*, # force named arguments
platform: str,
eventlogs: str = None,
cluster: str = None,
Expand Down

0 comments on commit fd44d8e

Please sign in to comment.