Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions google/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@
__all__ = ["default", "load_credentials_from_file", "load_credentials_from_dict"]


class Python37DeprecationWarning(DeprecationWarning): # pragma: NO COVER
"""
Deprecation warning raised when Python 3.7 runtime is detected.
Python 3.7 support will be dropped after January 1, 2024.
"""

pass


# Raise warnings for deprecated versions
eol_message = """
You are using a Python version {} past its end of life. Google will update
Expand Down
10 changes: 0 additions & 10 deletions google/oauth2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@
import sys
import warnings


class Python37DeprecationWarning(DeprecationWarning): # pragma: NO COVER
"""
Deprecation warning raised when Python 3.7 runtime is detected.
Python 3.7 support will be dropped after January 1, 2024.
"""

pass


# Raise warnings for deprecated versions
eol_message = """
You are using a Python version {} past its end of life. Google will update
Expand Down
Loading