Skip to content

Commit c299fa7

Browse files
committed
Try to quiet flake8 without actually suppressing it.
1 parent ec8bc02 commit c299fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

which-branch/which_branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def branches_for(token, commit, repo=None):
5656

5757
def main(*raw_args):
5858
from argparse import ArgumentParser
59-
parser = ArgumentParser(description=
59+
parser = ArgumentParser(description=\
6060
"%(prog)s reports the branch(es) for which the specified commit hash is the tip.",
6161
epilog="""\
6262
When GitHub Actions launches a tag build, it checks out the specific changeset

0 commit comments

Comments
 (0)