summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/decorator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decorator.py b/src/decorator.py
index 517d420..093feef 100644
--- a/src/decorator.py
+++ b/src/decorator.py
@@ -269,6 +269,7 @@ def decorator(caller, _func=None):
dec.__defaults__ = (None,) + defaults
return dec
+
# ####################### contextmanager ####################### #
try: # Python >= 3.2