issues
search
cancervariants
/
disease-normalization
Services and guidelines for normalizing disease terms
https://disease-normalizer.readthedocs.io/latest/
MIT License
6
stars
0
forks
source link
fix: don't configure logging on library import
#189
Closed
jsstevenson
closed
5 months ago
jsstevenson
commented
5 months ago
configure logging on CLI usage
DON'T configure logging otherwise. for the API service to continue logging correctly, we either need to configure logging there, or do it here in the FastAPI stuff
fix a bunch of ruff violations that were missed