Skip to content

Commit e21239a

Browse files
committed
add missing container trainsforms to the docs
1 parent 1bb0012 commit e21239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/containertransforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can list all available container transforms (those with detection support) u
66

77
```python
88
>>> [x.name for x in Transform if getattr(x, "supports_detection", False)]
9-
['Gzip', 'Zlib', 'XZ', 'Zip', 'CaRT', 'Tar', 'CPIO', 'IntelHex', 'SRec', 'TiTxt', 'IMG4', 'LZFSE']
9+
['Gzip', 'Zlib', 'Bzip2', 'LZMA', 'LZ4Frame', 'Zstd', 'XZ', 'Zip', 'CaRT', 'Tar', 'AR', 'CPIO', 'DMG', 'UImage', 'FIT', 'TRX', 'IntelHex', 'SRec', 'TiTxt', 'IMG4', 'LZFSE', 'Universal']
1010
```
1111

1212
## Overview

0 commit comments

Comments
 (0)