Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
chore: some lint fixes [(#3736)](GoogleCloudPlatform/python-docs-samp…
Browse files Browse the repository at this point in the history
…les#3736)

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
Takashi Matsuo and leahecole committed May 12, 2020
1 parent 818e8c7 commit ad2221e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/appengine/flexible/tasks/snippets_test.py
Expand Up @@ -13,9 +13,10 @@
# limitations under the License.

import os
import pytest
import uuid

import pytest

import snippets

TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')
Expand Down

0 comments on commit ad2221e

Please sign in to comment.