Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Nov 27, 2024
1 parent 976d78f commit 5dacba7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/uwtools/config/jinja2.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,7 @@ 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 5dacba7

Please sign in to comment.