Skip to content

Commit aa712af

Browse files
Run pre-commit
1 parent 685e3de commit aa712af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pymc/distributions/distribution.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,15 @@ class _Unpickling:
7575
class DistributionMeta(ABCMeta):
7676
"""
7777
DistributionMeta class
78-
79-
78+
79+
8080
Notes
8181
-----
8282
DistributionMeta currently performs many functions, and will likely be refactored soon.
8383
See issue below for more details
8484
https://github.com/pymc-devs/pymc/issues/5308
8585
"""
86+
8687
def __new__(cls, name, bases, clsdict):
8788

8889
# Forcefully deprecate old v3 `Distribution`s

0 commit comments

Comments
 (0)