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 Jan 27, 2025
1 parent bb97e5e commit 47a31dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genomicranges/GenomicRanges.py
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ def narrow(
(in-place-modified) original.
"""
if start is not None and end is not None and width is not None:
raise ValueError("Only provide two of the three parameters - `start`, " "`end` and `width` but not all!")
raise ValueError("Only provide two of the three parameters - `start`, `end` and `width` but not all!")

if width is not None:
if start is None and end is None:
Expand Down

0 comments on commit 47a31dc

Please sign in to comment.