-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Description
There appears to be a reference to six which was removed in a previous commit [Removal of Python 2 support (#188)] in google/ads/google_ads/v2/services/enums.py
Which is throwing an error when accessing enums without the client. i.e.
from google.ads.google_ads.v2.services.enums import AdvertisingChannelTypeEnum
AdvertisingChannelTypeEnum.AdvertisingChannelType.SEARCH
File ".../google/ads/google_ads/v2/services/enums.py", line 88, in __getattribute__
six.exec_(class_def_src, {'enum': enum},
NameError: name 'six' is not defined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels