Skip to content

Commit 8e5d999

Browse files
committed
chore(google-auth): Reformat code after dropping deprecation warnings
1 parent 1531e42 commit 8e5d999

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/google-auth/google/auth/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@
3030
__all__ = ["default", "load_credentials_from_file", "load_credentials_from_dict"]
3131

3232

33-
34-
3533
# Set default logging handler to avoid "No handler found" warnings.
3634
logging.getLogger(__name__).addHandler(logging.NullHandler())

packages/google-auth/google/oauth2/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@
1313
# limitations under the License.
1414

1515
"""Google OAuth 2.0 Library for Python."""
16-
17-

0 commit comments

Comments
 (0)