From 980af6055f1eda6ded147481827fbc3184da926f Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Wed, 31 Jul 2019 15:29:33 +0200
Subject: [PATCH] pep8

---
 python/dune/codegen/blockstructured/quadrature.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/dune/codegen/blockstructured/quadrature.py b/python/dune/codegen/blockstructured/quadrature.py
index 033a2d92..5028bd35 100644
--- a/python/dune/codegen/blockstructured/quadrature.py
+++ b/python/dune/codegen/blockstructured/quadrature.py
@@ -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))
-- 
GitLab