Skip to content

Commit 892ca59

Browse files
committed
Shift to frozenset for constant
1 parent 6a6bfe6 commit 892ca59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/phonenumbers/phonenumberutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# in China mobile numbers start with a carrier indicator, and beyond that are
9696
# geographically assigned: this carrier indicator is not considered to be an
9797
# area code.
98-
_GEO_MOBILE_COUNTRIES_WITHOUT_MOBILE_AREA_CODES = set((
98+
_GEO_MOBILE_COUNTRIES_WITHOUT_MOBILE_AREA_CODES = frozenset((
9999
86,)) # China
100100
# Set of country calling codes that have geographically assigned mobile
101101
# numbers. This may not be complete; we add calling codes case by case, as we

0 commit comments

Comments
 (0)