From 0f23742bac26840788afd2e60ff0ad440a76769d Mon Sep 17 00:00:00 2001
From: Thomas Gibson <gibsonthomas1120@hotmail.com>
Date: Thu, 29 Apr 2021 12:01:55 -0500
Subject: [PATCH] Fix flake8 spacing errors

---
 grudge/dof_desc.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/grudge/dof_desc.py b/grudge/dof_desc.py
index fd3b9b60..f3a567a3 100644
--- a/grudge/dof_desc.py
+++ b/grudge/dof_desc.py
@@ -319,6 +319,7 @@ def __getattr__(name):
 
     raise AttributeError(f"module {__name__} has no attribute {name}")
 
+
 import sys
 
 if sys.version_info < (3, 7):
-- 
GitLab