From b68273cf37c17e0ddf258834bb1aeea0dea1dbc9 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Mon, 16 Feb 2026 07:38:55 -0800 Subject: [PATCH] fix logging.config import in cli.py --- src/openfecli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openfecli/cli.py b/src/openfecli/cli.py index ee99f6bc2..d9bb11848 100644 --- a/src/openfecli/cli.py +++ b/src/openfecli/cli.py @@ -1,7 +1,7 @@ # This code is part of OpenFE and is licensed under the MIT license. # For details, see https://github.com/OpenFreeEnergy/openfe -import logging +import logging.config import pathlib import click