Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandlerSwift authored and lechat committed Jan 26, 2023
1 parent 50fb33f commit d27633d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jenkinsapi/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def __init__(self, url, buildno, job, depth=1):
depth=0 is sufficient for you, don't go up to 1. For more
information, see
https://www.jenkins.io/doc/book/using/remote-access-api/#RemoteaccessAPI-Depthcontrol
"""
assert isinstance(buildno, int)
self.buildno = buildno
Expand Down

0 comments on commit d27633d

Please sign in to comment.