summaryrefslogtreecommitdiff
path: root/python/decorators.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/decorators.py')
-rw-r--r--python/decorators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/decorators.py b/python/decorators.py
index fcd3a8be..e02829f8 100644
--- a/python/decorators.py
+++ b/python/decorators.py
@@ -10,4 +10,3 @@ def passive(cls):
cls.__doc__ = passive_note
return cls
-