Skip to content

Commit

Permalink
reformatted string
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Feb 5, 2025
1 parent bba4e17 commit 7d19b85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scippnexus/nxtransformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,8 @@ def compute(self) -> sc.Variable | sc.DataArray:
except KeyError as e:
warnings.warn(
UserWarning(
f'depends_on chain {depends_on} references missing node {e}'.replace(
'\r\n', ''
)
f'depends_on chain {depends_on} references '
'missing node {e}'.replace('\r\n', '')
),
stacklevel=2,
)
Expand Down

0 comments on commit 7d19b85

Please sign in to comment.