Skip to content

fonts kwarg does nothing #88

@Akuli

Description

@Akuli

:param fonts: Whether to enable the automatic change of default
font selected for a theme
"""
theme = kwargs.pop("theme", None)
fonts = kwargs.pop("fonts", False)

The fonts variable is not used anywhere after this code runs. Can we just delete it? If we have to keep it for backwards compatibility, we should at least update the docstring.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions