From 15cc83aadebe483e138102aee58cee61b28d92c6 Mon Sep 17 00:00:00 2001 From: Chris Keckler Date: Thu, 19 Oct 2023 13:24:20 -0500 Subject: [PATCH] Remove stale info from `flags` docstring --- armi/utils/flags.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/armi/utils/flags.py b/armi/utils/flags.py index a531cc4a5..7b478ae0c 100644 --- a/armi/utils/flags.py +++ b/armi/utils/flags.py @@ -23,9 +23,6 @@ ``Enum`` classes, but unfortunately does not support extension of ``Flags``. So, we had to make our own. This is a much simplified version of what comes with ``aenum``, but still provides most of the safety and functionality. - -There is an `issue `_ on the ``aenum`` -bitbucket site to track ``Flag`` extension. """ import math