Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

chore: fix lint error in job.py module#103

Merged
busunkim96 merged 1 commit intogoogleapis:masterfrom
plamut:iss-102
May 13, 2020
Merged

chore: fix lint error in job.py module#103
busunkim96 merged 1 commit intogoogleapis:masterfrom
plamut:iss-102

Conversation

@plamut
Copy link
Copy Markdown
Contributor

@plamut plamut commented May 12, 2020

Fixes #102.

This PR fixes a lint error that recently started occurring on master out of the blue.

How to verify

Run the lint check on master:

$ nox -f noxfile.py -s lint

The check fails, but passes with the fix in this PR.

PR checklist

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@plamut plamut added the type: process A process-related concern. May include testing, release, or the like. label May 12, 2020
@plamut plamut requested a review from busunkim96 May 12, 2020 11:58
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 12, 2020
@busunkim96 busunkim96 merged commit da40b62 into googleapis:master May 13, 2020
@plamut plamut deleted the iss-102 branch May 13, 2020 07:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement. type: process A process-related concern. May include testing, release, or the like.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: lint check fails on master

3 participants