Skip to content

Commit

Permalink
added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 12, 2024
1 parent b5d58ab commit b7f6eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/input/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def calculate_sum(numbers):


class MathOperations:
"""Class to perform mathematical operations."""

def multiply(self, a, b):
"""
Multiply two numbers.
Expand Down

0 comments on commit b7f6eb1

Please sign in to comment.