Skip to content

Commit

Permalink
remove end of lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzhongkai588 committed Aug 1, 2023
1 parent fe05ff3 commit 8238188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/distribution/geometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,4 @@ def kl_divergence(self, other):
else:
raise TypeError(
f"Exected type of other is geometric.Geometric, but got {type(other)}"
)
)

0 comments on commit 8238188

Please sign in to comment.