Skip to content

Commit 4e3d22d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 94c04a1 commit 4e3d22d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc_experimental/model/transforms/autoreparam.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from collections.abc import Sequence
21
import logging
2+
3+
from collections.abc import Sequence
34
from dataclasses import dataclass
45
from functools import singledispatch
56

0 commit comments

Comments
 (0)