Skip to content

Commit d93c63a

Browse files
authored
Update headers.py
1 parent 611724b commit d93c63a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

litestar/datastructures/headers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def match(self, other: "MediaTypeHeader") -> bool:
423423
else self.maintype == "*" or other.maintype == "*" or self.maintype == other.maintype,
424424
)
425425

426+
426427
_DefaultT = TypeVar("_DefaultT", bound=Optional[str])
427428

428429

0 commit comments

Comments
 (0)