Skip to content

Commit

Permalink
Update accessor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liormizr authored Apr 3, 2024
1 parent b6e57f9 commit ead44a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3path/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _lazy_import_resources(name):

boto3 = _lazy_import_resources('boto3')
smart_open = _lazy_import_resources('smart_open')
# For Development with Cli or in general application that require fast startup
# For Development on Cli, or in general application that require fast startup
# This will lazy load boto3 resources
# boto3 increase startup time by X10!

Expand Down

0 comments on commit ead44a9

Please sign in to comment.