Created
November 11, 2014 01:35
-
-
Save dhermes/61ee121f0cc76e79e7f7 to your computer and use it in GitHub Desktop.
gcloud/storage/new_acl.py test case
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """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