Skip to content

Commit

Permalink
Update code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Jul 27, 2023
1 parent 1248b84 commit e199508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebase/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def code(arg: Optional[bool]) -> str:
assert arg == arg
1+1 == 2
1+2 == 3
if arg is None:
return "a"
elif arg is True:
Expand Down

0 comments on commit e199508

Please sign in to comment.