Skip to content

Commit

Permalink
data: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Jul 19, 2024
1 parent 45ccfed commit 06a8ac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rendercv/data/models/computers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ def format_phone_number(phone_number: str) -> str:

format = locale_catalog["phone_number_format"].upper() # type: ignore

phonenumbers.PhoneNumberFormat.E164

parsed_number = phonenumbers.parse(phone_number, None)
formatted_number = phonenumbers.format_number(
parsed_number, getattr(phonenumbers.PhoneNumberFormat, format)
Expand Down

0 comments on commit 06a8ac9

Please sign in to comment.