Skip to content

Commit 2d67473

Browse files
Run pre-commit
1 parent 6fd13c7 commit 2d67473

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pymc/model_graph.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ def _make_node(self, var_name, graph, *, formatting: str = "plain"):
149149
def _eval(self, var):
150150
return function([], var, mode="FAST_COMPILE")()
151151

152-
def get_plates(
153-
self, var_names: Optional[Iterable[VarName]] = None
154-
) -> Dict[str, Set[VarName]]:
152+
def get_plates(self, var_names: Optional[Iterable[VarName]] = None) -> Dict[str, Set[VarName]]:
155153
"""Rough but surprisingly accurate plate detection.
156154
157155
Just groups by the shape of the underlying distribution. Will be wrong

0 commit comments

Comments
 (0)