Skip to content

Commit

Permalink
Tweak files in preparation for black
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo committed Jul 2, 2021
1 parent 0aa541c commit 2447fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyro/poutine/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ def handler(fn=None, *args, **kwargs):
return handler_name, handler


trace = None # flake8
escape = None # flake8

for _msngr_cls in _msngrs:
_handler_name, _handler = _make_handler(_msngr_cls)
_handler.__module__ = __name__
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 120
exclude = docs/src, build, dist, .ipynb_checkpoints
extend-ignore = E721,E741
extend-ignore = E721,E741,E203

[isort]
profile = black
Expand Down

0 comments on commit 2447fc1

Please sign in to comment.