Skip to content

Commit 903f131

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 363f686 commit 903f131

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test_my_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def test_simple_math():
2-
assert 2 + 2 == 4
2+
assert 2 + 2 == 4

test_palidrome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def test_palindrome_true():
66

77

88
def test_palindrome_false():
9-
assert is_palindrome("hello") == False
9+
assert is_palindrome("hello") == False

0 commit comments

Comments
 (0)