We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27c018 commit 2a61221Copy full SHA for 2a61221
brain/validator/validate_mime.py
@@ -21,8 +21,6 @@ def __init__(self, svm_data, svm_session=None):
21
# a 'training' session. If any of the 'file upload(s)' fails validation,
22
# this method will return False. Otherwise, the method will return a list
23
# of unique 'file upload(s)', discarding duplicates.
24
- #
25
- # @application/vnd.ms-excel, mimetype used for csv file(s)
26
def validate(self):
27
# local variables
28
list_error = []
0 commit comments