Skip to content

Commit 0bca87f

Browse files
committed
Remove redundant assignment
1 parent ff27269 commit 0bca87f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/phonenumbers/asyoutypeformatter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ def _attempt_to_extract_ccc(self):
537537
if len(self._national_number) == 0:
538538
return False
539539

540-
number_without_ccc = U_EMPTY_STRING
541540
country_code, number_without_ccc = _extract_country_code(self._national_number)
542541
if country_code == 0:
543542
return False

0 commit comments

Comments
 (0)