From f5912b68115f8c2aedbc2d7b8e2defddabf1bea1 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 25 Apr 2023 14:19:37 +0200 Subject: [PATCH] topotato: random black formatting fix Signed-off-by: David Lamparter --- topotato/toponom.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/topotato/toponom.py b/topotato/toponom.py index 9a47146..a963cca 100644 --- a/topotato/toponom.py +++ b/topotato/toponom.py @@ -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