Skip to content

Commit c948476

Browse files
author
isatsam
committed
Add DDS to __init__
1 parent 5b95078 commit c948476

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

filetype/types/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
image.Dcm(),
3232
image.Avif(),
3333
image.Qoi(),
34+
image.Dds(),
3435
)
3536

3637
# Supported video types

filetype/types/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def match(self, buf):
406406

407407
class Dds(Type):
408408
"""
409-
Implements the DirectDraw Surface (DDS) image type matcher.
409+
Implements the DDS image type matcher.
410410
"""
411411
MIME = 'image/dds'
412412
EXTENSION = 'dds'

0 commit comments

Comments
 (0)