Skip to content

Commit fa50b6a

Browse files
committed
chore:remove unused import; cosmetic
1 parent e6ab415 commit fa50b6a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

google/api_core/gapic_v1/method.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
class _MethodDefault(enum.Enum):
3232
# Uses enum so that pytype/mypy knows that this is the only possible value.
3333
# https://stackoverflow.com/a/60605919/101923
34-
#
35-
# Literal[_DEFAULT_VALUE] is an alternative, but only added in Python 3.8.
36-
# https://docs.python.org/3/library/typing.html#typing.Literal
3734
_DEFAULT_VALUE = object()
3835

3936

tests/unit/test_python_package_support.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import sys
1615
import warnings
1716
from unittest.mock import patch
1817

0 commit comments

Comments
 (0)