Blosc / python-blosc

A Python wrapper for the extremely fast Blosc compression library
https://www.blosc.org/python-blosc/python-blosc.html
Other
350 stars 73 forks source link

Assert is a simple statement: no perentheses! #328

Closed DimitriPapadopoulos closed 2 months ago

DimitriPapadopoulos commented 3 months ago

What are you exactly trying to assert here? Whether a tuple is not empty? Whether all iterables are True?

The parentheses can probably be removed.

FrancescAlted commented 2 months ago

Thanks @DimitriPapadopoulos !