diff --git a/etiquette/constants.py b/etiquette/constants.py index 135b034..b1839fc 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -218,8 +218,6 @@ ALLOWED_ORDERBY_COLUMNS = { FILENAME_BADCHARS = '\\/:*?<>|"' -USER_ID_CHARACTERS = string.digits + string.ascii_uppercase - MIMETYPES = { '7z': ('archive', '7z'), 'gz': ('archive', 'gz'),