Skip to content
Snippets Groups Projects
Unverified Commit 88bb2e3f authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Placate flake8: remove extraneous blank lines

parent f4a8bbc1
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ def _get_common_dtype(obj1, obj2, queue):
has_double_support(queue.device))
def _get_truedivide_dtype(obj1, obj2, queue):
# the dtype of the division result obj1 / obj2
......@@ -70,7 +69,6 @@ def _get_truedivide_dtype(obj1, obj2, queue):
return result
# Work around PyPy not currently supporting the object dtype.
# (Yes, it doesn't even support checking!)
# (as of May 27, 2014 on PyPy 2.3)
......
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