Skip to content

Commit 6cabfed

Browse files
author
Tim Joseph
committed
refactor(tensor_distribution): remove blank lines in TensorLaplace
1 parent b503488 commit 6cabfed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tensorcontainer/tensor_distribution/laplace.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,3 @@ def loc(self) -> Optional[Tensor]:
5252
def scale(self) -> Optional[Tensor]:
5353
"""Returns the scale used to initialize the distribution."""
5454
return self.dist().scale
55-
56-

0 commit comments

Comments
 (0)