Skip to content

Commit

Permalink
Update code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kieferro authored Sep 12, 2022
1 parent ac84fdd commit 1248b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codebase/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

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

0 comments on commit 1248b84

Please sign in to comment.