DMTF / Redfish-Mockup-Server

A simple Python 3.4 program that can be copied into a folder at the top of any Redfish mockup and can serve Redfish requests on the specified IP/port.
Other
72 stars 37 forks source link

Import Mapping from collections.abc #92

Closed rcherrueau closed 1 year ago

rcherrueau commented 1 year ago

'Mapping' is an abstract class and therefore should be imported from 'collections.abc'.

Importing 'Mapping' from 'collections' is deprecated since Python 3.3 and has been removed in 3.10.

mraineri commented 1 year ago

Approved 1/13