Skip to content

Commit

Permalink
Update test_calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 3, 2024
1 parent 48c7913 commit 7208df6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kyu_3/calculator/test_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
name='Source/Kata')
# pylint: enable-msg=R0801
class CalculatorTestCase(unittest.TestCase):
"""
Testing Calculator class
"""
"""Testing Calculator class."""

def test_calculator(self):
"""
Expand Down

0 comments on commit 7208df6

Please sign in to comment.