Skip to content

Commit

Permalink
Fix logger in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Mar 11, 2024
1 parent 20b67d0 commit ff9267a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#

import logging
from nomad import utils


logger = logging.getLogger(__name__)
logger = utils.get_logger(__name__)

0 comments on commit ff9267a

Please sign in to comment.