Skip to content

Commit a38b736

Browse files
authored
Update cyclonedx_py/_internal/utils/mimetypes.py
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a06c96e commit a38b736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx_py/_internal/utils/mimetypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'.license': _MIME_TEXT_PLAIN,
3535
'.licence': _MIME_TEXT_PLAIN,
3636
# add more mime types. pull-requests welcome!
37-
'.rtf': 'application/rtf', # `text/rtf` could be used, but application fits better
37+
'.rtf': 'application/rtf',
3838
}
3939

4040
_LICENSE_FNAME_BASE = ('licence', 'license')

0 commit comments

Comments
 (0)