Skip to content

Commit

Permalink
chore: nix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jan 22, 2025
1 parent 2b74d04 commit a647959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arguebuf/render/_render_d2.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ def d2(

if path.suffix.removeprefix(".") not in FORMATS:
raise ValueError(
"You need to provide a path with a file ending supported by d2:"
f" {FORMATS}"
f"You need to provide a path with a file ending supported by d2: {FORMATS}"
)

# Create temporary file
Expand Down

0 comments on commit a647959

Please sign in to comment.