We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c7dce commit 02831b7Copy full SHA for 02831b7
codebase/code.py
@@ -3,6 +3,7 @@
3
4
def code(arg: Optional[bool]) -> str:
5
assert arg == arg
6
+ 1+1 == 2
7
if arg is None:
8
return "a"
9
elif arg is True:
0 commit comments