From 4ca438641201c47fa5095e51a8306507b7a54dbd Mon Sep 17 00:00:00 2001
From: Michael Campbell <mtcampbe@illinois.edu>
Date: Sat, 17 Apr 2021 09:35:20 -0500
Subject: [PATCH] Silence flake8

---
 grudge/op.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grudge/op.py b/grudge/op.py
index 8db13a0d..19ecec36 100644
--- a/grudge/op.py
+++ b/grudge/op.py
@@ -481,13 +481,13 @@ def cross_rank_trace_pairs(dcoll, vec, tag=None):
     """Get a list of *vec* trace pairs for each partition boundary.
 
     For each partition boundary, the field data values in *vec* are
-    communicated to/from the neighboring partition. Presumably, this 
+    communicated to/from the neighboring partition. Presumably, this
     communication is MPI (but strictly speaking, may not be, and this
     routine is agnostic to the underlying communication, see e.g.
     _cross_rank_trace_pairs_scalar_field).
 
     For each face on each partition boundary, a :class:`TracePair` is
-    created with the locally, and remote owned partition boundary face 
+    created with the locally, and remote owned partition boundary face
     data as the `internal`, and `external` components, respectively.
     Each of the TracePair components are structured like *vec*.
 
-- 
GitLab