summaryrefslogtreecommitdiff
path: root/python/decorators.py
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2022-01-27 22:43:28 -0500
committerKyleMiles <krm504@nyu.edu>2022-01-28 00:24:06 -0500
commit6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 (patch)
treedace4156d03148bcaf02df138ab4e0d93e61bc6f /python/decorators.py
parent519c9db22367f2659d1a54599fab47e6313be06e (diff)
Format All Files
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
-