Skip to content

Commit b17d04f

Browse files
authored
chore: small diff reduction
1 parent 4ddf0f5 commit b17d04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_theme_brand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def _prepare_typography_vars(brand: "Brand") -> dict[str, YamlScalarType]:
304304
mapped: dict[str, YamlScalarType] = {}
305305

306306
if not brand.typography:
307-
return {}
307+
return mapped
308308

309309
brand_typography = brand.typography.model_dump(
310310
exclude={"fonts"},

0 commit comments

Comments
 (0)