Skip to content
Snippets Groups Projects
Commit 1512c99c authored by Rhys Green's avatar Rhys Green
Browse files

pep8 stuff ...

parent 4f8f8dc8
No related branches found
No related tags found
No related merge requests found
Pipeline #40686 passed
......@@ -463,7 +463,7 @@ class Pymc3(MCMCSampler):
else:
args = {}
else:
if step_kwargs is not None:
if step_kwargs is not None:
args = step_kwargs.get(curmethod, {})
else:
args = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment