Skip to content

Instantly share code, notes, and snippets.

@dhermes
Created November 11, 2014 01:35
Show Gist options
  • Select an option

  • Save dhermes/61ee121f0cc76e79e7f7 to your computer and use it in GitHub Desktop.

Select an option

Save dhermes/61ee121f0cc76e79e7f7 to your computer and use it in GitHub Desktop.
gcloud/storage/new_acl.py test case
"""Module docstring."""
def foo_acl(too):
"""Function docstring."""
return 42
# Diff base not specified, listing all files in repository.
# ************* Module gcloud.storage.new_acl
# W: 4,12: Unused argument 'too' (unused-argument)
# Pylint failed on library code with status 4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment