Skip to content

Commit

Permalink
Reuploaded is_even.py and test_is_even.py for CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Luyando-Chitindi committed Dec 28, 2024
1 parent 6ce84c9 commit df0ab77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/is_even.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A module for checking to see if an integer is even.
@author: Luyando Ennie Chitindi
@author: Luyando .E. Chitindi
"""
def is_even(number:int) -> bool:
"""
Expand Down
2 changes: 1 addition & 1 deletion solutions/tests/test_is_even.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
Created on XX XX XX
@Luyando .E. Chitindi
@Luyando Ennie Chitindi
"""

import unittest
Expand Down

0 comments on commit df0ab77

Please sign in to comment.