Skip to content

Commit 02831b7

Browse files
ewjoachimmihcaojwe
authored andcommitted
Improve code
1 parent f7c7dce commit 02831b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codebase/code.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
def code(arg: Optional[bool]) -> str:
55
assert arg == arg
6+
1+1 == 2
67
if arg is None:
78
return "a"
89
elif arg is True:

0 commit comments

Comments
 (0)