We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b97cf0 commit 66e7ad8Copy full SHA for 66e7ad8
python_test_example/i76_testcase_subclass/utils.py
@@ -1,4 +1,4 @@
1
-def concat(str1: str, str2: str) -> str:
+def concat(str1: str, str2: str):
2
if not isinstance(str1, str) and isinstance(str2, str):
3
raise TypeError
4
0 commit comments