From 8238188f37b85199b33700c42dc38de5a8328191 Mon Sep 17 00:00:00 2001 From: zachary sun Date: Tue, 1 Aug 2023 17:04:02 +0800 Subject: [PATCH] remove end of lines --- python/paddle/distribution/geometric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/distribution/geometric.py b/python/paddle/distribution/geometric.py index 3e67c854b7562..fcecdaaf19d26 100644 --- a/python/paddle/distribution/geometric.py +++ b/python/paddle/distribution/geometric.py @@ -339,4 +339,4 @@ def kl_divergence(self, other): else: raise TypeError( f"Exected type of other is geometric.Geometric, but got {type(other)}" - ) + ) \ No newline at end of file