Skip to content

Commit 286df98

Browse files
committed
Lint Fix
1 parent 1a3e8a3 commit 286df98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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):

tests/model/transform/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
import numpy as np
15+
1516
import pymc as pm
1617

1718
from pymc.model.transform.basic import prune_vars_detached_from_observed, remove_minibatched_nodes

0 commit comments

Comments
 (0)