Skip to content

Commit

Permalink
Improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored and python-coverage-comment-action committed Jan 2, 2022
1 parent 45950be commit a360a26
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 a360a26

Please sign in to comment.