From 4dbfad74cb194f5f9748bce46138625a79e9c50f Mon Sep 17 00:00:00 2001 From: "f.basile" Date: Wed, 18 Nov 2020 12:24:17 +0100 Subject: [PATCH] avoid pyflake for blank line 4 --- python/damask/_geom.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/damask/_geom.py b/python/damask/_geom.py index a929adbd3..59972d967 100644 --- a/python/damask/_geom.py +++ b/python/damask/_geom.py @@ -915,8 +915,7 @@ class Geom: def ShowGBoptimized(self,periodic=False,across=[[0],[1],[2],[0,1],[1,2],[0,2],[0,1,2]]): - """ - Create an extra VTK file to show grain boundaries as feature edges optimized. + """Create an extra VTK file to show grain boundaries as feature edges optimized. Parameters ----------