-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
googlemaps 4.7.0
Python 3.5 on Ubuntu
Steps to reproduce
Code example
import googlemapsStack trace
../dags/lib/utils.py:3: in <module>
import googlemaps
../../../miniconda/envs/metropolis_airflow/lib/python3.5/site-packages/googlemaps/__init__.py:20: in <module>
from googlemaps.client import Client
E File "/home/circleci/miniconda/envs/metropolis_airflow/lib/python3.5/site-packages/googlemaps/client.py", line 180
E self.queries_quota : int
E ^
E SyntaxError: invalid syntax
I can see that this line was introduced recently in this PR: #448
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.