Open baylessj opened 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.
Callables
collections
Confirmed that all of the tests pass with this change.
Python 3.10 is here, and this deprecation is now a hard error. Without this fix, napoleon doesn't work in Python 3.10
Running the test suite gave me a warning that importing
Callables
directly fromcollections
will be deprecated in Python 3.8. This fixes the source of this warning.Confirmed that all of the tests pass with this change.