Skip to content

Commit

Permalink
Fix imports in extension.rst page of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Hagg authored and althonos committed Nov 16, 2021
1 parent 80774d0 commit f2b6dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Here's an example taken from an Amazon S3 Filesystem::

__all__ = ['S3FSOpener']

from fs.opener import Opener, OpenerError
from fs.opener import Opener
from fs.opener.errors import OpenerError

from ._s3fs import S3FS

Expand Down

0 comments on commit f2b6dfd

Please sign in to comment.