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

pep8

parent 9448aaa7
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,4 @@ class BlockstructuredQuadratureMixin(GenericQuadratureMixin):
return super().quadrature_inames() + sub_element_inames()
def quadrature_weight(self, o):
return self._subscript_without_sub_element_inames(super().quadrature_weight(o))
\ No newline at end of file
return self._subscript_without_sub_element_inames(super().quadrature_weight(o))
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