Skip to content

Commit

Permalink
Revert "Formatting"
Browse files Browse the repository at this point in the history
This reverts commit 5dacba7.
  • Loading branch information
maddenp-noaa committed Nov 27, 2024
1 parent 5dacba7 commit 804e82b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/uwtools/config/jinja2.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,12 @@ def dereference(
_deref_debug("Removing value at", ".".join([*keys, k]))
else:
kd, vd = [
dereference(val=x, context=context, local={**val, **rendered}, keys=[*keys, k])
dereference(
val=x,
context=context,
local={**val, **rendered},
keys=[*keys, k],
)
for x in (k, v)
]
rendered[kd] = vd
Expand Down

0 comments on commit 804e82b

Please sign in to comment.