mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
hound
This commit is contained in:
parent
b7da570878
commit
4e005bfd57
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@ if getattr(contextlib, "nested", None):
|
|||
else:
|
||||
import sys
|
||||
from collections import deque
|
||||
|
||||
class ExitStack(object):
|
||||
class ExitStack(object)
|
||||
"""Context manager for dynamic management of a stack of exit callbacks
|
||||
|
||||
For example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue