From b3bb03916e9abdaddb94d65b500a653e7a32683f Mon Sep 17 00:00:00 2001 From: Jack Betteridge Date: Wed, 15 Nov 2023 14:40:50 +0000 Subject: [PATCH] Lint --- pyop2/mpi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyop2/mpi.py b/pyop2/mpi.py index 56becceef..6dc5f9039 100644 --- a/pyop2/mpi.py +++ b/pyop2/mpi.py @@ -77,6 +77,7 @@ # Flag for outputting information at the end of testing (do not abuse!) _running_under_pytest = bool(os.environ.get('PYOP2_CI_TESTS')) + class PyOP2CommError(ValueError): pass