Skip to content

Commit

Permalink
fix: use loguru based logger
Browse files Browse the repository at this point in the history
  • Loading branch information
J-81 committed Mar 31, 2023
1 parent b5462ee commit 7cddb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dp_tools/core/files/isa_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import pandas as pd

log = logging.getLogger(__name__)
from loguru import logger as log

ISA_INVESTIGATION_HEADERS = {
"ONTOLOGY SOURCE REFERENCE",
Expand Down

0 comments on commit 7cddb47

Please sign in to comment.