Skip to content

Commit

Permalink
Fix static checks after merging #10121 (#11737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj committed Oct 22, 2020
1 parent 9150330 commit 1da8379
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions airflow/providers/google/cloud/hooks/cloud_memorystore.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,7 @@ def __init__(
def get_conn(
self,
):
"""
Retrieves client library object that allow access to Cloud Memorystore Memcached service.
"""
"""Retrieves client library object that allow access to Cloud Memorystore Memcached service."""
if not self._client:
self._client = CloudMemcacheClient(credentials=self._get_credentials())
return self._client
Expand Down

0 comments on commit 1da8379

Please sign in to comment.