From 2d45cf0db66de14e454e12b9099fb1d1fe800958 Mon Sep 17 00:00:00 2001 From: Marcel Koch <marcel.koch@uni-muenster.de> Date: Thu, 4 Apr 2019 11:58:25 +0200 Subject: [PATCH] pep8 --- python/dune/codegen/blockstructured/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dune/codegen/blockstructured/tools.py b/python/dune/codegen/blockstructured/tools.py index 13cd2b84..e9acf640 100644 --- a/python/dune/codegen/blockstructured/tools.py +++ b/python/dune/codegen/blockstructured/tools.py @@ -103,4 +103,4 @@ def name_container_alias(container, lfs, element): name = container + "_" + lfs.name + "_alias" define_container_alias(name, container, lfs, element, is_const=True) - return name \ No newline at end of file + return name -- GitLab