Skip to content

Commit

Permalink
no extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Mar 31, 2024
1 parent a373d9f commit 61d6928
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ You can pass [callback](https://en.wikipedia.org/wiki/Callback_(computer_program
A callback passed as `success_callback` will be called when the code is executed without errors:

```python
from functools import partial
import escape

with escape(success_callback=lambda: print('The code block ended without errors.')):
Expand Down
1 change: 0 additions & 1 deletion tests/documentation/test_readme.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import asyncio
from functools import partial
from contextlib import redirect_stdout
from io import StringIO

Expand Down

0 comments on commit 61d6928

Please sign in to comment.