Skip to content

Commit 1930642

Browse files
committed
Fix missing import of u()
1 parent 585b5e0 commit 1930642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/phonenumbers/geocoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# See the License for the specific language governing permissions and
4545
# limitations under the License.
4646

47-
from .util import prnt, unicod, U_EMPTY_STRING
47+
from .util import prnt, unicod, u, U_EMPTY_STRING
4848
from .phonenumberutil import format_number, PhoneNumberFormat, is_valid_number
4949
from .phonenumberutil import region_code_for_number
5050
try:

0 commit comments

Comments
 (0)