python-trio / hip

A new Python HTTP client for everybody

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unused is_fp_closed function

pquentin opened this issue · comments

It is only covered because it's tested explicitly, this function is otherwise unused. This means we can remove src/urllib3/util/response.py.

This was in fact added by git in #95, which is not yet merged, so I fixed that there. Sorry for the useless bug!

Oops, I meant to close #93 instead! Reopening... This is still valid.