1 parent ff27269 commit 0bca87fCopy full SHA for 0bca87f
1 file changed
python/phonenumbers/asyoutypeformatter.py
@@ -537,7 +537,6 @@ def _attempt_to_extract_ccc(self):
537
if len(self._national_number) == 0:
538
return False
539
540
- number_without_ccc = U_EMPTY_STRING
541
country_code, number_without_ccc = _extract_country_code(self._national_number)
542
if country_code == 0:
543
0 commit comments