Open Akuli opened 3 years ago
https://github.com/TkinterEP/ttkthemes/blob/362da754b5da081b7f6e679775598345c0288574/ttkthemes/themed_tk.py#L53-L57
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.
fonts
https://github.com/TkinterEP/ttkthemes/blob/362da754b5da081b7f6e679775598345c0288574/ttkthemes/themed_tk.py#L53-L57
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.