Closed fgregg closed 1 year ago
right now
with scrapelib.Scraper(...) as scraper: ...
results in a NotImplemented error because when the context is exited, the session tries to close all the associated adapters and the FTPAdapter does not have the method.
NotImplemented
close
thanks for this, if you have time to fix the small mypy issues that'd be great, otherwise glad to do it & merge this in soon 👍
done!
right now
results in a
NotImplemented
error because when the context is exited, the session tries toclose
all the associated adapters and the FTPAdapter does not have the method.