Formatting

This commit is contained in:
Montana
2018-08-27 10:59:40 -04:00
parent 4f9e7c3408
commit cfe9b7589e
9 changed files with 18 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ class UploadError(Exception):
pass
class Uploader():
class Uploader:
_PERMITTED_MIMETYPES = ["application/pdf"]
def __init__(self, provider, container=None, key=None, secret=None):