From e64a2b38fa49ee92887e9b23cd900ac9c1c6b857 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 509b0ec5d5..59df0211cb 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", ]