mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
data: fix models.computer
This commit is contained in:
@@ -32,7 +32,7 @@ def format_phone_number(phone_number: str) -> str:
|
||||
str: The formatted phone number.
|
||||
"""
|
||||
|
||||
format = locale_catalog["phone_format"].upper() # type: ignore
|
||||
format = locale_catalog["phone_number_format"].upper() # type: ignore
|
||||
|
||||
phonenumbers.PhoneNumberFormat.E164
|
||||
|
||||
|
||||
Reference in New Issue
Block a user