Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Oct 6, 2023
1 parent f13e9c1 commit b14cf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daft/logging.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from __future__ import annotations
from logging import LogRecord

import sys
from logging import LogRecord


def setup_logger() -> None:
import inspect
import logging

from loguru import logger
from loguru._defaults import env

Expand Down Expand Up @@ -37,4 +38,3 @@ def emit(self, record: logging.LogRecord) -> None:

logging.getLogger().setLevel(logger.level(LOGURU_LEVEL).no)
logging.getLogger().addHandler(InterceptHandler())

0 comments on commit b14cf7d

Please sign in to comment.