Skip to content

Commit

Permalink
Export the wrap function
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Sep 28, 2023
1 parent 3f7638b commit c220369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aiofiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
stdin_bytes,
stdout_bytes,
stderr_bytes,
wrap,
)
from . import tempfile

Expand All @@ -19,4 +20,5 @@
"stdin_bytes",
"stdout_bytes",
"stderr_bytes",
"wrap",
]
1 change: 1 addition & 0 deletions src/aiofiles/threadpool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"stdin_bytes",
"stdout_bytes",
"stderr_bytes",
"wrap",
)


Expand Down

0 comments on commit c220369

Please sign in to comment.