From 0a2495e2a91842175411f328c38fbea66b4996bb Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 6 Mar 2023 00:00:44 -0600 Subject: [PATCH] move position in __all__ --- src/pyhf/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyhf/utils.py b/src/pyhf/utils.py index 3820637c32..7373943238 100644 --- a/src/pyhf/utils.py +++ b/src/pyhf/utils.py @@ -19,8 +19,8 @@ __all__ = [ "EqDelimStringParamType", "citation", - "environment_info", "digest", + "environment_info", "options_from_eqdelimstring", ]