Skip to content

Commit

Permalink
chore: small diff reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Dec 4, 2024
1 parent 4ddf0f5 commit b17d04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/ui/_theme_brand.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _prepare_typography_vars(brand: "Brand") -> dict[str, YamlScalarType]:
mapped: dict[str, YamlScalarType] = {}

if not brand.typography:
return {}
return mapped

brand_typography = brand.typography.model_dump(
exclude={"fonts"},
Expand Down

0 comments on commit b17d04f

Please sign in to comment.