mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-24 00:47:28 -04:00
Fix Python 3.10 tests
This commit is contained in:
@@ -36,7 +36,7 @@ available_font_families = [
|
||||
*rendercv_fonts.available_font_families,
|
||||
]
|
||||
available_font_families.remove("Font Awesome 6")
|
||||
FontFamily = Literal[*available_font_families]
|
||||
FontFamily = Literal[tuple(available_font_families)]
|
||||
BulletPoint = Literal["•", "◦", "-", "◆", "★", "■", "—", "○"]
|
||||
PageSize = Literal[
|
||||
"a0",
|
||||
|
||||
Reference in New Issue
Block a user