Skip to content

Commit 050a71d

Browse files
committed
Revert "Add intentionally error"
This reverts commit 66e7ad8.
1 parent 66e7ad8 commit 050a71d

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

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

0 commit comments

Comments
 (0)