pytroll / pytroll-schedule

Reception scheduling of polar weather satellites
http://pytroll-schedule.readthedocs.org/
GNU General Public License v3.0
9 stars 12 forks source link

Fix an import raising deprecation warning #57

Closed pnuu closed 3 years ago

pnuu commented 3 years ago

The current import from collections import Mapping raises a DeprecationWarning stating that it won't work in Python 3.9. This fixes the import.

pnuu commented 3 years ago

For tests to pass, #56 needs to be merged first and this PR to be updated.

pnuu commented 3 years ago

The relevant complaint is now removed. Merging, and fixing the failing test of test_satpass.py on Python 3.7 in another PR.