Skip to content
Snippets Groups Projects
Commit 711212c8 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

pep8

parent ce3450ba
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,7 @@ def get_accumulation_info(expr, visitor): ...@@ -136,6 +136,7 @@ def get_accumulation_info(expr, visitor):
grad_index=grad_index, grad_index=grad_index,
) )
def _get_childs(element): def _get_childs(element):
from ufl import FiniteElement from ufl import FiniteElement
if isinstance(element, FiniteElement): if isinstance(element, FiniteElement):
......
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