Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2024
1 parent 683c663 commit ebc9457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xsdba/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"""

from __future__ import annotations

import logging as _logging
import warnings

Expand Down Expand Up @@ -52,4 +53,3 @@ def raise_warn_or_log(
warnings.warn(message, stacklevel=stacklevel + 1)
else: # mode == "raise"
raise err from err_type(message)

0 comments on commit ebc9457

Please sign in to comment.