drivendataorg/cloudpathlib

Missing dependency message does not appear when it should

Open

#441 opened on Jun 13, 2024

 (2 comments) (0 reactions) (0 assignees)Python (87 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (624 stars)
PR merge metrics
 (PR metrics pending)

Description

Thanks for the great work on cloudpathlib! I noticed a bug in the documentation for using no_sign_request=True found here. When I attempt to use the example code, an error shows: NameError: name 'Session' is not defined. Here's an example reproducing the error: https://gist.github.com/d33bs/eb19f864baae89757e0e0969611cf1af

Contributor guide