Commit eb78c985 authored by Miltos Allamanis's avatar Miltos Allamanis
Browse files

Flake linting warnings.

parent 9c7af8df
Scatter LogSumExp Scatter LogSumExp
=========== =================
.. automodule:: torch_scatter .. automodule:: torch_scatter
:noindex: :noindex:
......
...@@ -3,4 +3,4 @@ from .softmax import scatter_log_softmax, scatter_softmax ...@@ -3,4 +3,4 @@ from .softmax import scatter_log_softmax, scatter_softmax
__all__ = [ __all__ = [
'scatter_softmax', 'scatter_softmax',
'scatter_log_softmax' 'scatter_log_softmax'
] ]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment