Skip to content

Commit

Permalink
topotato: random black formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Lamparter <[email protected]>
  • Loading branch information
eqvinox committed Apr 25, 2023
1 parent c0f88f8 commit f5912b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion topotato/toponom.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,9 @@ def do_auto(items: Dict[str, NOMLinked]):
continue

if n_e in explicit_used:
raise ValueError(f"number {n_e} assigned to {i!r} already used for {explicit_used[n_e]}")
raise ValueError(
f"number {n_e} assigned to {i!r} already used for {explicit_used[n_e]}"
)

explicit_used[n_e] = i

Expand Down

0 comments on commit f5912b6

Please sign in to comment.