Skip to content

Commit 449f366

Browse files
committed
Wasn't necessary.
1 parent 50f5aa9 commit 449f366

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_lazy_object_proxy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ def function1(*args, **kwargs):
105105

106106
function2.__wrapped__ = None
107107

108-
if lazy_object_proxy.type != 'simple':
109-
assert not hasattr(function1, '__wrapped__')
108+
assert not hasattr(function1, '__wrapped__')
110109

111110
assert function2 == None
112111
assert function2.__wrapped__ is None

0 commit comments

Comments
 (0)