We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04febec commit 2e2471fCopy full SHA for 2e2471f
tensorboard/util/img_mime_type_detector.py
@@ -38,4 +38,3 @@ def from_bytes(img_bytes: bytes) -> str:
38
# Let the default value be returned.
39
pass
40
return _IMGHDR_TO_MIMETYPE.get(format_lower, _DEFAULT_IMAGE_MIMETYPE)
41
-
0 commit comments