summaryrefslogtreecommitdiff
path: root/ot/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/utils.py')
-rw-r--r--ot/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/utils.py b/ot/utils.py
index 9eab3fc..16862ea 100644
--- a/ot/utils.py
+++ b/ot/utils.py
@@ -316,7 +316,7 @@ def _is_deprecated(func):
closures = []
is_deprecated = ('deprecated' in ''.join([c.cell_contents
for c in closures
- if isinstance(c.cell_contents, str)]))
+ if isinstance(c.cell_contents, str)]))
return is_deprecated