crs4 / hl7apy

Python library to parse, create and handle HL7 v2 messages.
http://crs4.github.io/hl7apy/
MIT License
224 stars 88 forks source link

Address DeprecationWarning from collections import on py37 #54

Closed sloria closed 5 years ago

sloria commented 5 years ago

Addresses the following warning on Python 3.7

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.01%) to 95.273% when pulling 884288be16362d133c1ee3a1ff4a1c91bc6cede7 on sloria:collections-import into 91be488e9274f6ec975519a1d9c17045bc91bf74 on crs4:develop.

svituz commented 5 years ago

Thanks for this