PokeAPI / pokepy

A Python wrapper for PokéAPI
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
127 stars 27 forks source link

Removed unneeded condition #47

Closed GeoffreyFrogeye closed 4 years ago

GeoffreyFrogeye commented 4 years ago

As discussed in https://github.com/PokeAPI/pokepy/pull/44

codecov[bot] commented 4 years ago

Codecov Report

Merging #47 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files           3        3           
  Lines        1099     1099           
=======================================
  Hits         1097     1097           
  Misses          2        2
Impacted Files Coverage Δ
pokepy/api.py 98.23% <100%> (ø) :arrow_up:

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 8233cbf...d365f3d. Read the comment docs.