Skip to content

Commit

Permalink
Update evaluate.py
Browse files Browse the repository at this point in the history
./kyu_2/evaluate_mathematical_expression/evaluate.py:175:1: W293 blank line contains whitespace
    """
    Normalizing string input by checking conditions.

    :param strings: list
    :param string: str
    :param temp: str
    :return: tuple(str, str)
    """
  • Loading branch information
ikostan committed Dec 2, 2024
1 parent fabc1c3 commit 90ef1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_2/evaluate_mathematical_expression/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def calc(string: str) -> float:
def check_conditions(strings: list, string: str, temp: str) -> tuple[str, str]:
"""
Normalizing string input by checking conditions.
:param strings: list
:param string: str
:param temp: str
Expand Down

0 comments on commit 90ef1ba

Please sign in to comment.