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 2, 2024
1 parent cfdfa06 commit 7b0547b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ You can use `escape` as a context manager. It works almost the same way as [`con
with escape:
raise ValueError

with escape():
with escape(...):
raise ValueError
```

Expand Down
2 changes: 1 addition & 1 deletion escape/proxy_module.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
from typing import Type, Tuple, List, Callable, Union, Optional, Any
from typing import Type, Tuple, Callable, Union, Optional, Any
from types import TracebackType
from inspect import isclass
from itertools import chain
Expand Down

0 comments on commit 7b0547b

Please sign in to comment.