nteract / scrapbook

A library for recording and reading data in notebooks.
https://nteract-scrapbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
281 stars 26 forks source link

Import ABC from collections.abc instead of collections for Python 3 compatibility #74

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Fixes #73

codecov[bot] commented 4 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   96.33%   96.33%           
=======================================
  Files          10       10           
  Lines         491      491           
=======================================
  Hits          473      473           
  Misses         18       18           
codecov[bot] commented 4 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   96.33%   96.33%           
=======================================
  Files          10       10           
  Lines         491      491           
=======================================
  Hits          473      473           
  Misses         18       18           
tirkarthi commented 4 years ago

Thanks @MSeal for the review and merge :)