Skip to content

Commit fcbabb3

Browse files
committed
Lint fix
1 parent 77f4186 commit fcbabb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/model/transform/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def parse_vars(model: Model, vars: ModelVariable | Sequence[ModelVariable]) -> l
6363

6464

6565
def remove_minibatched_nodes(model: Model):
66-
"""Remove all uses of pm.Minibatch in the Model"""
66+
"""Remove all uses of pm.Minibatch in the Model."""
6767

6868
@node_rewriter([MinibatchOp])
6969
def local_remove_minibatch(fgraph, node):

0 commit comments

Comments
 (0)