From daf692ed3933db7f8a9d067c5501e6a871bc35f2 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 2e9f2ba8b3..49cf5147bc 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", ]