jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
905 stars 120 forks source link

Fix type hinting for MultiPoint geometry #114

Closed ahokinson closed 6 years ago

ahokinson commented 6 years ago

This change includes the correct docstring for use with both Point and MultiPoint geometry.

Fixes #113

codecov-io commented 6 years ago

Codecov Report

Merging #114 into master will decrease coverage by 1.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   93.05%   91.94%   -1.12%     
==========================================
  Files          11       11              
  Lines         360      360              
  Branches       67       67              
==========================================
- Hits          335      331       -4     
- Misses         16       18       +2     
- Partials        9       11       +2
Impacted Files Coverage Δ
geojson/geometry.py 97.7% <ø> (ø) :arrow_up:
geojson/utils.py 79.2% <0%> (-3.97%) :arrow_down:

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 1f67b97...0e2edf6. Read the comment docs.

frewsxcv commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded