Skip to content

Commit

Permalink
More coverage stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Corsaro committed Feb 5, 2016
1 parent 9379090 commit 22ac61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubing/ext/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def S3Source(bucket, key): # pragma: no cover
return response['Body']


class S3Sink(object):
class S3Sink(object): # pragma: no cover
"""
Send MediaDocs to S3. Expects AWS environmental variables to be set.
"""
Expand Down

0 comments on commit 22ac61c

Please sign in to comment.