Blosc / python-blosc

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

No need to define the encoding in Python 3 #300

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 2 years ago

UTF-8 is the default encoding in Python 3, no need to define it explicitly any more:

# -*- coding: utf-8 -*-
FrancescAlted commented 1 year ago

LGTM