Skip to content

Commit 2a61221

Browse files
committed
#2081: validate_mime.py, adjust docblock
1 parent c27c018 commit 2a61221

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

brain/validator/validate_mime.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ def __init__(self, svm_data, svm_session=None):
2121
# a 'training' session. If any of the 'file upload(s)' fails validation,
2222
# this method will return False. Otherwise, the method will return a list
2323
# of unique 'file upload(s)', discarding duplicates.
24-
#
25-
# @application/vnd.ms-excel, mimetype used for csv file(s)
2624
def validate(self):
2725
# local variables
2826
list_error = []

0 commit comments

Comments
 (0)