Skip to content

Commit

Permalink
FIX: remove trailing whitespace from utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorfman committed Sep 5, 2022
1 parent e7cd71d commit d671565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def cmp(a, b):
return (a > b) - (a < b)
return (a > b) - (a < b)


def Dict(**entries):
Expand Down

0 comments on commit d671565

Please sign in to comment.