Skip to content

Commit e8571b2

Browse files
Fix pre-commit
1 parent 2db70ce commit e8571b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pymc/distributions/logprob.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
from pymc.aesaraf import floatX
4040

4141

42-
def _get_scaling(total_size: Optional[Union[int, Sequence[int]]], shape, ndim: int) -> TensorVariable:
42+
def _get_scaling(
43+
total_size: Optional[Union[int, Sequence[int]]], shape, ndim: int
44+
) -> TensorVariable:
4345
"""
4446
Gets scaling constant for logp.
4547

0 commit comments

Comments
 (0)