Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai committed Sep 25, 2024
1 parent 1899827 commit 5ddf5f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion newrelic/hooks/logger_loguru.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
_logger = logging.getLogger(__name__)

IS_PYPY = hasattr(sys, "pypy_version_info")
LOGURU_VERSION = get_package_version_tuple("loguru")
LOGURU_FILTERED_RECORD_ATTRS = {"extra", "message", "time", "level", "_nr_original_message", "record"}
ALLOWED_LOGURU_OPTIONS_LENGTHS = frozenset((8, 9))

Expand Down

0 comments on commit 5ddf5f2

Please sign in to comment.