sphinx-contrib / napoleon

Other
148 stars 48 forks source link

Fix warning about to-be-deprecated import #14

Open baylessj opened 5 years ago

baylessj commented 5 years ago

Running the test suite gave me a warning that importing Callables directly from collections will be deprecated in Python 3.8. This fixes the source of this warning.

Confirmed that all of the tests pass with this change.

psacawa commented 3 years ago

Python 3.10 is here, and this deprecation is now a hard error. Without this fix, napoleon doesn't work in Python 3.10