Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: some lint fixes [(#3748)](GoogleCloudPlatform/python-docs-samp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored May 13, 2020
1 parent d818aa8 commit b61f55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/v3/api-client/custom_metric_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

import backoff
import googleapiclient.discovery
import pytest
from googleapiclient.errors import HttpError
import pytest

from custom_metric import create_custom_metric
from custom_metric import delete_metric_descriptor
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/v3/cloud-client/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

import os
import re
import pytest

import backoff
from google.api_core.exceptions import NotFound
import pytest

import snippets

Expand Down

0 comments on commit b61f55c

Please sign in to comment.