amzn / xfer

Transfer Learning library for Deep Neural Networks.
Apache License 2.0
253 stars 63 forks source link

Remove doc dependency #33

Closed jnkm closed 6 years ago

jnkm commented 6 years ago

Description of changes: Remove dependency on mock library.

mock has been part of the standard library since 3.3 (https://docs.python.org/3/library/unittest.mock.html)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.