mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 03:10:30 -07:00
Update gcp_pubsub_subscription.py
Fix lint errors
This commit is contained in:
parent
198adf8cfd
commit
68c9af276c
1 changed files with 3 additions and 2 deletions
|
@ -958,6 +958,7 @@ class SubscriptionRetrypolicy(object):
|
|||
def from_response(self):
|
||||
return remove_nones_from_dict({u'minimumBackoff': self.request.get(u'minimumBackoff'), u'maximumBackoff': self.request.get(u'maximumBackoff')})
|
||||
|
||||
|
||||
class SubscriptionCloudStorageConfig(object):
|
||||
def __init__(self, request, module):
|
||||
self.module = module
|
||||
|
|
Loading…
Add table
Reference in a new issue