invinet / python-en16931

A Python 3 package to parse, generate and manage the EN16931 Invoice format.
https://invinet.github.io/python-en16931/
Apache License 2.0
24 stars 8 forks source link

Changed collections to collections.abc #1

Closed mcmihai closed 9 months ago

mcmihai commented 9 months ago

Changed collections to collections.abc because Hashable moved to collections.abc.

jtorrents commented 9 months ago

Thanks @mcmihai !