ingolemo / python-lenses

A python lens library for manipulating deeply nested immutable structures
GNU General Public License v3.0
308 stars 19 forks source link

Don't install typing backport library on python3 #11

Closed Daenyth closed 7 years ago

Daenyth commented 7 years ago

On python3, typing is part of the standard library. This change will make it only be listed as a requirement on python2

codecov[bot] commented 7 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   98.56%   98.56%           
=======================================
  Files          18       18           
  Lines         976      976           
  Branches       95       95           
=======================================
  Hits          962      962           
  Misses         14       14

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 658c4ef...df817e6. Read the comment docs.