Skip to content

Commit 66e7ad8

Browse files
committed
Add intentionally error
1 parent 3b97cf0 commit 66e7ad8

File tree

1 file changed

+1
-1
lines changed
  • python_test_example/i76_testcase_subclass

1 file changed

+1
-1
lines changed

python_test_example/i76_testcase_subclass/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def concat(str1: str, str2: str) -> str:
1+
def concat(str1: str, str2: str):
22
if not isinstance(str1, str) and isinstance(str2, str):
33
raise TypeError
44

0 commit comments

Comments
 (0)