From 1f213477b6042952acdeeddaaf2146424e9388d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:15:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- feflow/utils/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/feflow/utils/exceptions.py b/feflow/utils/exceptions.py index c050e0d..6fe5869 100644 --- a/feflow/utils/exceptions.py +++ b/feflow/utils/exceptions.py @@ -1,5 +1,6 @@ """Module with custom exceptions that can be useful for including in protocols""" + # TODO: We should implement the base class in gufe. # Issue https://github.com/OpenFreeEnergy/gufe/issues/385 class ProtocolError(Exception):