data: fix models.computer

This commit is contained in:
Sina Atalay
2024-07-19 17:06:24 +03:00
parent 3966b63a92
commit 0be8a8d2a4

View File

@@ -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