Skip to content

Commit

Permalink
Simplify names and deprecate old class rather than removing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Jan 10, 2025
1 parent 492ac4e commit aa1f6fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hdx/utilities/errors_on_exit.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
"""Collect and log errors on exit."""

import logging
import warnings

from hdx.utilities.error_handler import ErrorHandler

logger = logging.getLogger(__name__)


class ErrorsOnExit(ErrorHandler): # pragma: no cover
def __init__(self) -> None:
Expand Down

0 comments on commit aa1f6fb

Please sign in to comment.