get_logger use_environ fix (#2808)

* get_logger use_environ fix

* rethinking

* replacing old logger imports

* simplify

* fix boolean cond
This commit is contained in:
Dan Saunders
2025-06-19 11:16:52 -04:00
committed by GitHub
parent eb3a57eb17
commit 45adf1bfb9
15 changed files with 40 additions and 53 deletions

View File

@@ -15,6 +15,7 @@
"""
Module for handling LIGER input arguments.
"""
from typing import Optional
from pydantic import BaseModel, model_validator