Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
调整 typing 写法
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Aug 6, 2023
1 parent 96549cd commit cbcdd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from configs.font_config import FontConfig

font_configs = FontConfig.loads()
outputs_name_to_config: dict[str, FontConfig] = {font_config.outputs_name: font_config for font_config in font_configs}
outputs_name_to_config = {font_config.outputs_name: font_config for font_config in font_configs}

font_formats = ['otf', 'woff2', 'ttf', 'bdf']

0 comments on commit cbcdd07

Please sign in to comment.